[pypy-commit] pypy stmgc-c4: Argh, thanks Remi. We're going to rename this obscure name.

arigo noreply at buildbot.pypy.org
Wed Sep 11 20:36:25 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c4
Changeset: r66914:555ebb4f400f
Date: 2013-09-11 20:35 +0200
http://bitbucket.org/pypy/pypy/changeset/555ebb4f400f/

Log:	Argh, thanks Remi. We're going to rename this obscure name.

diff --git a/rpython/jit/codewriter/test/test_call.py b/rpython/jit/codewriter/test/test_call.py
--- a/rpython/jit/codewriter/test/test_call.py
+++ b/rpython/jit/codewriter/test/test_call.py
@@ -207,7 +207,7 @@
         T = rffi.CArrayPtr(rffi.TIME_T)
         external = rffi.llexternal("time", [T], rffi.TIME_T, 
                                     _nowrapper=True,
-                                    threadsafe=True,
+                                    threadsafe=False,
                                     transactionsafe=transactionsafe)
 
         @jit.dont_look_inside


More information about the pypy-commit mailing list