[pypy-svn] r14673 - pypy/dist/pypy/translator/goal

pedronis at codespeak.net pedronis at codespeak.net
Thu Jul 14 19:10:21 CEST 2005


Author: pedronis
Date: Thu Jul 14 19:10:15 2005
New Revision: 14673

Modified:
   pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
some new issues seen



Modified: pypy/dist/pypy/translator/goal/ISSUES.txt
==============================================================================
--- pypy/dist/pypy/translator/goal/ISSUES.txt	(original)
+++ pypy/dist/pypy/translator/goal/ISSUES.txt	Thu Jul 14 19:10:15 2005
@@ -4,6 +4,11 @@
 Let's list and update here the issues that will show up, or have shown up
 already sometime ago, while running translate_pypy::
 
+  * we need a call_args similar to simple_call (doing redispatching)
+    on MethodOfFrozenPBCRepr
+
+  * isinstance(SomeObject, _), needed by wrap__object
+
   * the PBCReprs generally lack a convert_from_to() to convert from a small PBC
     set to a larger one.
 



More information about the Pypy-commit mailing list