[pypy-commit] pypy stm-gc: Allow gc_identityhash and gc_id, too.

arigo noreply at buildbot.pypy.org
Fri Apr 20 14:06:44 CEST 2012


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


More information about the pypy-commit mailing list