Add python3 package

This commit is contained in:
Alexpux
2013-11-05 11:00:07 +04:00
parent aeb48e10a5
commit 364da82498
23 changed files with 2539 additions and 0 deletions

View 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 */