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

Reply via email to