[pypy-commit] pypy stmgc-c4: Merge fix

arigo noreply at buildbot.pypy.org
Thu Sep 5 13:46:28 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c4
Changeset: r66795:55788159fb46
Date: 2013-09-05 13:45 +0200
http://bitbucket.org/pypy/pypy/changeset/55788159fb46/

Log:	Merge fix

diff --git a/rpython/translator/stm/test/targetdemo2.py b/rpython/translator/stm/test/targetdemo2.py
--- a/rpython/translator/stm/test/targetdemo2.py
+++ b/rpython/translator/stm/test/targetdemo2.py
@@ -254,7 +254,6 @@
 def start_thread(args):
     bootstrapper.acquire(args)
     try:
-        rthread.gc_thread_prepare()     # (this has no effect any more)
         ident = rthread.start_new_thread(bootstrapper.bootstrap, ())
     except Exception, e:
         bootstrapper.release()     # normally called by the new thread


More information about the pypy-commit mailing list