Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r76432:b5c2b1e26b71
Date: 2015-03-17 11:49 +0100
http://bitbucket.org/pypy/pypy/changeset/b5c2b1e26b71/

Log:    Backed out changeset 16d1d97be9f1

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