commit | 38d335b2a1bdd2a441e958da9068d2fa08da7272 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu Oct 20 03:56:48 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu Oct 20 03:56:48 2016 +0000 |
tree | a56cb832f6c984b2e40f11e8f70008e8594f35ba | |
parent | cb042e0448c5de474a650ffe994479308c1dfdbb [diff] [blame] |
Issue #28480: Avoid label at end of compound statement --without-threads
diff --git a/Modules/_sqlite/connection.c b/Modules/_sqlite/connection.c index e62e4d9..237d6e4 100644 --- a/Modules/_sqlite/connection.c +++ b/Modules/_sqlite/connection.c
@@ -790,6 +790,7 @@ } error: + ; /* necessary for --without-threads flag */ #ifdef WITH_THREAD PyGILState_Release(threadstate); #endif