[pypy-svn] rev 1074 - pypy/trunk/doc/sprintinfo

pedronis at codespeak.net pedronis at codespeak.net
Mon Jun 30 23:13:44 CEST 2003


Author: pedronis
Date: Mon Jun 30 23:13:43 2003
New Revision: 1074

Modified:
   pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt   (contents, props changed)
Log:
some additions


Modified: pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt
==============================================================================
--- pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt	(original)
+++ pypy/trunk/doc/sprintinfo/LouvainLaNeuveReport.txt	Mon Jun 30 23:13:43 2003
@@ -26,6 +26,14 @@
 
     - implemented unbound methods and descriptors (Michael, Samuele)
 
+    - first cut at implementing the right __new__/__init__ semantics 
+      (Armin, Samuele)
+
+    - use intepreter-level Python class inheritance for structure
+      sharing for user subclasses of builtin types, switched to an
+      indipendent hierarchy for mm-dispatch purposes (dispatchclass attr)
+      (Samuele, design discussion with Armin)
+
 - implemented the beginnings of the AnnotationObjectSpace
   (Armin, Guido, Michael) for abstract interpretation.
 


More information about the Pypy-commit mailing list