[pypy-svn] r58356 - pypy/branch/2.5-features/pypy/module/symbol

fijal at codespeak.net fijal at codespeak.net
Tue Sep 23 01:04:21 CEST 2008


Author: fijal
Date: Tue Sep 23 01:04:20 2008
New Revision: 58356

Modified:
   pypy/branch/2.5-features/pypy/module/symbol/__init__.py
Log:
re-introduce evil line, which seems to be fairly necessary for things to work
(still not sure why it's there)


Modified: pypy/branch/2.5-features/pypy/module/symbol/__init__.py
==============================================================================
--- pypy/branch/2.5-features/pypy/module/symbol/__init__.py	(original)
+++ pypy/branch/2.5-features/pypy/module/symbol/__init__.py	Tue Sep 23 01:04:20 2008
@@ -38,3 +38,6 @@
             Module.interpleveldefs[name] = 'space.wrap(%d)' % val
             sym_name[val] = name
     Module.interpleveldefs['sym_name'] = 'space.wrap(%r)' % (sym_name,)
+
+# This is very evil
+_init_symbols('2.5')



More information about the Pypy-commit mailing list