Author: fijal
Branch: vmprof-newstack
Changeset: r81657:a2e3daa1386a
Date: 2016-01-10 22:46 +0200
http://bitbucket.org/pypy/pypy/changeset/a2e3daa1386a/

Log:    don't release GIL here

diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py
--- a/rpython/rlib/rvmprof/cintf.py
+++ b/rpython/rlib/rvmprof/cintf.py
@@ -58,7 +58,7 @@
                                             _nowrapper=True)
     vmprof_address_of_global_stack = rffi.llexternal(
         "vmprof_address_of_global_stack", [], rffi.CArrayPtr(lltype.Signed),
-        compilation_info=eci)
+        compilation_info=eci, _nowrapper=True)
     return CInterface(locals())
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to