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/pyerrors.h 2013-05-15 20:32:54.000000000 +0400
+++ Python-3.3.2/Include/pyerrors.h 2013-08-02 00:09:05.202148400 +0400
@@ -290,7 +290,7 @@
/* In signalmodule.c */
#ifndef Py_LIMITED_API
-int PySignal_SetWakeupFd(int fd);
+PyAPI_FUNC(int) PySignal_SetWakeupFd(int fd);
#endif
/* Support for adding program text to SyntaxErrors */