diff options
Diffstat (limited to 'package/python/python-015-fix-sqlite-without-threads.patch')
-rw-r--r-- | package/python/python-015-fix-sqlite-without-threads.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/python/python-015-fix-sqlite-without-threads.patch b/package/python/python-015-fix-sqlite-without-threads.patch index 805edff6d3..f51c37b372 100644 --- a/package/python/python-015-fix-sqlite-without-threads.patch +++ b/package/python/python-015-fix-sqlite-without-threads.patch @@ -35,9 +35,10 @@ is never the last statement of the function. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> -diff -durN python-2.7.8.orig/Modules/_sqlite/connection.c python-2.7.8/Modules/_sqlite/connection.c ---- python-2.7.8.orig/Modules/_sqlite/connection.c 2014-06-30 04:05:42.000000000 +0200 -+++ python-2.7.8/Modules/_sqlite/connection.c 2014-07-12 13:53:32.258041224 +0200 +Index: b/Modules/_sqlite/connection.c +=================================================================== +--- a/Modules/_sqlite/connection.c ++++ b/Modules/_sqlite/connection.c @@ -786,6 +786,7 @@ #ifdef WITH_THREAD PyGILState_Release(threadstate); |