[pypy-commit] pypy default: Backed out changeset 16d1d97be9f1

arigo noreply at buildbot.pypy.org
Tue Mar 17 11:51:51 CET 2015


Author: Armin Rigo <arigo at tunes.org>
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,


More information about the pypy-commit mailing list