Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r74583:c9e013e285d1
Date: 2014-11-19 01:01 +0100
http://bitbucket.org/pypy/pypy/changeset/c9e013e285d1/

Log:    fix

diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -157,6 +157,7 @@
 def pop_marker():
     llop.stm_pop_marker(lltype.Void)
 
+@dont_look_inside
 def stm_count():
     return llop.stm_count(lltype.Signed)
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to