[pypy-svn] r10269 - pypy/dist/pypy

pedronis at codespeak.net pedronis at codespeak.net
Sun Apr 3 16:45:04 CEST 2005


Author: pedronis
Date: Sun Apr  3 16:45:04 2005
New Revision: 10269

Modified:
   pypy/dist/pypy/TODO
Log:
this was fixed in Washington by changing the way geninterp produced init code is structured.



Modified: pypy/dist/pypy/TODO
==============================================================================
--- pypy/dist/pypy/TODO	(original)
+++ pypy/dist/pypy/TODO	Sun Apr  3 16:45:04 2005
@@ -7,10 +7,6 @@
 
 * mark debugging variables to make our code more readable 
 
-* re-allow more than one instance of StdObjSpace 
-  (probably requiring geninterp to generate less global 
-  init-code) 
-
 * extend the testing mechanisms to specifically allow: 
   - running plain CPython regrtests (including outputtests, 
     unittests, doctests, ...)  



More information about the Pypy-commit mailing list