[pypy-svn] rev 2447 - pypy/trunk/src/pypy

arigo at codespeak.net arigo at codespeak.net
Wed Dec 17 15:25:43 CET 2003


Author: arigo
Date: Wed Dec 17 15:25:42 2003
New Revision: 2447

Modified:
   pypy/trunk/src/pypy/TODO
Log:
Record bigger tasks that we'll probably not address during the sprint.


Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO	(original)
+++ pypy/trunk/src/pypy/TODO	Wed Dec 17 15:25:42 2003
@@ -29,3 +29,15 @@
       AnnSpace or other deprecated stuff
 
 Task: (documentation) do more and enhance
+
+==========================================================================
+New bigger tasks that we don't want to address during the Amsterdam sprint
+==========================================================================
+
+* make application-level types work for (1) StdObjSpace types and (2)
+  core interpreter objects.
+
+* clear out and do a clean implementation of multimethod delegation.
+  The idea is to give 'kinds' to arguments according to their use,
+  e.g. 'numeric argument' or 'object whose identity is preserved'.
+  A 'kind' encapsulates a set of delegation functions.


More information about the Pypy-commit mailing list