about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/cpython/2.7/2.6.2-ssl-threads.patch
blob: bef137efda7b15f8f2b00335cf6b8538572362b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- origsrc/Modules/_ssl.c	2009-01-26 10:55:41.000000000 -0600
+++ src/Modules/_ssl.c	2009-08-20 00:04:59.346816700 -0500
@@ -15,6 +15,10 @@
 
 #include "Python.h"
 
+#ifdef __CYGWIN__
+#undef WITH_THREAD
+#endif
+
 #ifdef WITH_THREAD
 #include "pythread.h"
 #define PySSL_BEGIN_ALLOW_THREADS { \