Add python3 package
This commit is contained in:
13
python3/3.3-ssl-threads.patch
Normal file
13
python3/3.3-ssl-threads.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- Python-3.3.2-orig/Modules/_ssl.c 2013-05-15 20:32:58.000000000 +0400
|
||||
+++ Python-3.3.2/Modules/_ssl.c 2013-08-02 00:03:01.190429600 +0400
|
||||
@@ -16,6 +16,10 @@
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
+#ifdef __CYGWIN__
|
||||
+#undef WITH_THREAD
|
||||
+#endif
|
||||
+
|
||||
#ifdef WITH_THREAD
|
||||
#include "pythread.h"
|
||||
#define PySSL_BEGIN_ALLOW_THREADS_S(save) \
|
||||
Reference in New Issue
Block a user