Add python2 package
This commit is contained in:
16
python2/Python-2.7.5-fix-sqlite-module.patch
Normal file
16
python2/Python-2.7.5-fix-sqlite-module.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff -urN a/Modules/_sqlite/connection.c b/Modules/_sqlite/connection.c
|
||||
--- a/Modules/_sqlite/connection.c 2013-10-20 19:37:19.768003700 +0100
|
||||
+++ b/Modules/_sqlite/connection.c 2013-10-20 19:37:56.224088800 +0100
|
||||
@@ -781,9 +781,12 @@
|
||||
}
|
||||
|
||||
error:
|
||||
+ {
|
||||
#ifdef WITH_THREAD
|
||||
PyGILState_Release(threadstate);
|
||||
#endif
|
||||
+ ;
|
||||
+ }
|
||||
}
|
||||
|
||||
static void _pysqlite_drop_unused_statement_references(pysqlite_Connection* self)
|
||||
Reference in New Issue
Block a user