[pypy-commit] pypy gil-improvement: Bah.

arigo noreply at buildbot.pypy.org
Sat Oct 1 12:38:46 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list