[pypy-svn] r58761 - pypy/dist/pypy/rpython

antocuni at codespeak.net antocuni at codespeak.net
Tue Oct 7 16:21:33 CEST 2008


Author: antocuni
Date: Tue Oct  7 16:21:33 2008
New Revision: 58761

Modified:
   pypy/dist/pypy/rpython/extfunc.py
Log:
(antocuni, xoraxax) keep track of the module also here



Modified: pypy/dist/pypy/rpython/extfunc.py
==============================================================================
--- pypy/dist/pypy/rpython/extfunc.py	(original)
+++ pypy/dist/pypy/rpython/extfunc.py	Tue Oct  7 16:21:33 2008
@@ -189,6 +189,7 @@
                 d = {'original_impl': impl,
                      's_result': s_result,
                      'fakeimpl': fakeimpl,
+                     '__name__': __name__,
                      }
                 exec py.code.compile("""
                     from pypy.rlib.objectmodel import running_on_llinterp



More information about the Pypy-commit mailing list