Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r54578:34e0998cf7c5
Date: 2012-04-20 14:01 +0200
http://bitbucket.org/pypy/pypy/changeset/34e0998cf7c5/

Log:    Allow gc_identityhash and gc_id, too.

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
@@ -15,6 +15,7 @@
     'jit_force_virtual', 'jit_force_virtualizable',
     'jit_force_quasi_immutable', 'jit_marker', 'jit_is_virtual',
     'jit_record_known_class',
+    'gc_identityhash', 'gc_id',
     ])
 ALWAYS_ALLOW_OPERATIONS |= set(lloperation.enum_tryfold_ops())
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to