python3: Update to 3.4.3

This commit is contained in:
Alexpux
2015-05-07 10:37:12 +03:00
parent 92a245866c
commit e697dbb2db
29 changed files with 1707 additions and 1935 deletions

View File

@@ -0,0 +1,11 @@
--- Python-3.2/Include/pyerrors.h.orig
+++ Python-3.2/Include/pyerrors.h
@@ -244,7 +244,7 @@ PyAPI_FUNC(int) PyErr_CheckSignals(void)
/* In signalmodule.c */
#ifndef Py_LIMITED_API
-int PySignal_SetWakeupFd(int fd);
+PyAPI_FUNC(int) PySignal_SetWakeupFd(int fd);
#endif
/* Support for adding program text to SyntaxErrors */