Add python2 package
This commit is contained in:
12
python2/2.7.5-export-PyNode_SizeOf.patch
Normal file
12
python2/2.7.5-export-PyNode_SizeOf.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN a/Include/node.h b/Include/node.h
|
||||
--- a/Include/node.h 2013-10-20 19:36:23.352776900 +0100
|
||||
+++ b/Include/node.h 2013-10-20 19:36:53.765516400 +0100
|
||||
@@ -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