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

Reply via email to