Kaydet (Commit) 38d335b2 authored tarafından Martin Panter's avatar Martin Panter

Issue #28480: Avoid label at end of compound statement --without-threads

üst cb042e04
......@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
- Issue #28480: Fix error building _sqlite3 module when multithreading is
disabled.
- Issue #24452: Make webbrowser support Chrome on Mac OS X.
- Issue #26293: Fixed writing ZIP files that starts not from the start of the
......
......@@ -790,6 +790,7 @@ void _pysqlite_final_callback(sqlite3_context* context)
}
error:
; /* necessary for --without-threads flag */
#ifdef WITH_THREAD
PyGILState_Release(threadstate);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment