[pypy-commit] cffi default: oops thanks BlastRock NA for spotting this

arigo pypy.commits at gmail.com
Thu Jan 31 15:57:45 EST 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3208:8596bb760efa
Date: 2019-01-31 21:58 +0100
http://bitbucket.org/cffi/cffi/changeset/8596bb760efa/

Log:	oops thanks BlastRock NA for spotting this

diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h
--- a/c/misc_thread_common.h
+++ b/c/misc_thread_common.h
@@ -107,8 +107,9 @@
         //fprintf(stderr, "thread_canary_dealloc(%p): ZOMBIE\n", ob);
         _thread_canary_detach_with_lock(ob);
     }
-    else
+    else {
         //fprintf(stderr, "thread_canary_dealloc(%p): not a zombie\n", ob);
+    }
 
     if (ob->tls != NULL) {
         //fprintf(stderr, "thread_canary_dealloc(%p): was local_thread_canary\n", ob);


More information about the pypy-commit mailing list