[pypy-svn] r61037 - pypy/branch/oo-jit/pypy/rpython/lltypesystem
fijal at codespeak.net
fijal at codespeak.net
Fri Jan 16 17:06:06 CET 2009
Author: fijal
Date: Fri Jan 16 17:06:04 2009
New Revision: 61037
Modified:
pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py
Log:
TYPO!
Modified: pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py
==============================================================================
--- pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py (original)
+++ pypy/branch/oo-jit/pypy/rpython/lltypesystem/ll2ctypes.py Fri Jan 16 17:06:04 2009
@@ -436,7 +436,7 @@
# we need to think deeper how to approach this problem
# additionally, this adds mess to __del__ "semantics"
_all_callbacks = {}
-_all_callback_results = []
+_all_callbacks_results = []
_callback2obj = {}
# this is just another hack that passes around references to applevel types
More information about the Pypy-commit
mailing list