Author: Armin Rigo <[email protected]>
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);
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit