python2: Update to 2.7.7
This commit is contained in:
12
python2/0110-export-PyNode_SizeOf.patch
Normal file
12
python2/0110-export-PyNode_SizeOf.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/Include/node.h b/Include/node.h
|
||||
--- a/Include/node.h 2014-05-31 22:58:38.000000000 +0400
|
||||
+++ b/Include/node.h 2014-06-04 10:16:57.535000000 +0400
|
||||
@@ -21,7 +21,7 @@
|
||||
char *str, int lineno, int col_offset);
|
||||
PyAPI_FUNC(void) PyNode_Free(node *n);
|
||||
#ifndef Py_LIMITED_API
|
||||
-Py_ssize_t _PyNode_SizeOf(node *n);
|
||||
+PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
|
||||
#endif
|
||||
|
||||
/* Node access functions */
|
||||
Reference in New Issue
Block a user