Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit