Drop Python2 support. Round 4
This commit is contained in:
11
python/007-3.2-export-PySignal_SetWakeupFd.patch
Normal file
11
python/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
|
||||
@@ -358,7 +358,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