Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76433:6b0d72fa2e61
Date: 2015-03-17 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/6b0d72fa2e61/

Log:    hg backout 1349c7207652

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,
-                                  releasegil=False)   # *don't* release the GIL
+                                  _nowrapper=True)   # *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

Reply via email to