Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r66962:205f7bac272c
Date: 2013-09-15 20:16 +0200
http://bitbucket.org/pypy/pypy/changeset/205f7bac272c/

Log:    Real fix

diff --git a/rpython/rtyper/lltypesystem/rffi.py 
b/rpython/rtyper/lltypesystem/rffi.py
--- a/rpython/rtyper/lltypesystem/rffi.py
+++ b/rpython/rtyper/lltypesystem/rffi.py
@@ -1138,6 +1138,6 @@
 c_memcpy = llexternal("memcpy",
             [VOIDP, VOIDP, SIZE_T],
             lltype.Void,
-            threadsafe=False
+            _nowrapper=True, releasegil=False
         )
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to