python2: Update to 2.7.7

This commit is contained in:
Alexpux
2014-06-04 11:03:57 +04:00
parent c0ec151f75
commit 37dbaeadf6
18 changed files with 313 additions and 311 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur a/Include/pyerrors.h b/Include/pyerrors.h
--- a/Include/pyerrors.h 2014-05-31 22:58:38.000000000 +0400
+++ b/Include/pyerrors.h 2014-06-04 10:16:43.573000000 +0400
@@ -231,7 +231,7 @@
PyAPI_FUNC(void) PyErr_SetInterrupt(void);
/* In signalmodule.c */
-int PySignal_SetWakeupFd(int fd);
+PyAPI_FUNC(int) PySignal_SetWakeupFd(int fd);
/* Support for adding program text to SyntaxErrors */
PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);