Author: Armin Rigo <[email protected]>
Branch: gil-improvement
Changeset: r47743:577499446564
Date: 2011-10-01 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/577499446564/
Log: Bah.
diff --git a/pypy/module/thread/gil.py b/pypy/module/thread/gil.py
--- a/pypy/module/thread/gil.py
+++ b/pypy/module/thread/gil.py
@@ -116,6 +116,7 @@
spacestate.after_thread_switch()
do_yield_thread._gctransformer_hint_close_stack_ = True
do_yield_thread._dont_reach_me_in_del_ = True
+do_yield_thread._dont_inline_ = True
# do_yield_thread() needs a different hint: _gctransformer_hint_close_stack_.
# The *_external_call() functions are themselves called only from the rffi
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit