Add python3 package
This commit is contained in:
11
python3/3.3-export-PyNode_SizeOf.patch
Normal file
11
python3/3.3-export-PyNode_SizeOf.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- Python-3.3.2-orig/Include/node.h 2013-05-15 20:32:53.000000000 +0400
|
||||
+++ Python-3.3.2/Include/node.h 2013-08-02 00:11:53.044921800 +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