[pypy-commit] pypy stm: hum.

arigo noreply at buildbot.pypy.org
Thu Nov 3 15:12:50 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: stm
Changeset: r48698:7a7ae4b45135
Date: 2011-11-03 15:02 +0100
http://bitbucket.org/pypy/pypy/changeset/7a7ae4b45135/

Log:	hum.

diff --git a/pypy/translator/stm/transform.py b/pypy/translator/stm/transform.py
--- a/pypy/translator/stm/transform.py
+++ b/pypy/translator/stm/transform.py
@@ -7,7 +7,7 @@
 
 
 ALWAYS_ALLOW_OPERATIONS = set([
-    'direct_call',
+    'direct_call', 'force_cast',
     'debug_print', 'debug_assert',
     ])
 ALWAYS_ALLOW_OPERATIONS |= set(lloperation.enum_foldable_ops())


More information about the pypy-commit mailing list