Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76428:1349c7207652
Date: 2015-03-17 11:40 +0100
http://bitbucket.org/pypy/pypy/changeset/1349c7207652/
Log: Don't release the GIL, but still make a wrapper, which is needed for
stm
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
+++ b/rpython/rlib/rthread.py
@@ -60,7 +60,7 @@
releasegil=True) # release the GIL
c_thread_releaselock = llexternal('RPyThreadReleaseLock', [TLOCKP],
lltype.Signed,
- _nowrapper=True) # *don't* release the GIL
+ releasegil=False) # *don't* release the GIL
# another set of functions, this time in versions that don't cause the
# GIL to be released. Used to be there to handle the GIL lock itself,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit