[pypy-commit] pypy stm-gc: Remove this hack.

arigo noreply at buildbot.pypy.org
Sun Feb 12 18:03:06 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: stm-gc
Changeset: r52391:dd44ce4e0cea
Date: 2012-02-12 12:11 +0100
http://bitbucket.org/pypy/pypy/changeset/dd44ce4e0cea/

Log:	Remove this hack.

diff --git a/pypy/objspace/fake/checkmodule.py b/pypy/objspace/fake/checkmodule.py
--- a/pypy/objspace/fake/checkmodule.py
+++ b/pypy/objspace/fake/checkmodule.py
@@ -10,7 +10,5 @@
     module = mod.Module(space, W_Root())
     for name in module.loaders:
         module._load_lazily(space, name)
-    if hasattr(module, 'translating_for_checkmodule'):
-        module.translating_for_checkmodule(space)
     #
     space.translates(**{'translation.list_comprehension_operations':True})


More information about the pypy-commit mailing list