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

pedronis at codespeak.net pedronis at codespeak.net
Thu Jul 14 19:24:56 CEST 2005


Author: pedronis
Date: Thu Jul 14 19:24:18 2005
New Revision: 14674

Modified:
   pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
other new issue



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:24:18 2005
@@ -9,6 +9,8 @@
 
   * isinstance(SomeObject, _), needed by wrap__object
 
+  * <MultipleFrozenPBCRepr> is <SingleFrozenPBCRepr> (and conversion)
+
   * 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