python3: Update to 3.4.3
This commit is contained in:
11
python3/007-3.2-export-PySignal_SetWakeupFd.patch
Normal file
11
python3/007-3.2-export-PySignal_SetWakeupFd.patch
Normal 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 */
|
||||
Reference in New Issue
Block a user