[pypy-svn] r79848 - pypy/extradoc/planning

arigo at codespeak.net arigo at codespeak.net
Mon Dec 6 16:03:08 CET 2010


Author: arigo
Date: Mon Dec  6 16:03:07 2010
New Revision: 79848

Modified:
   pypy/extradoc/planning/1.4.1.txt
Log:
Fixed.


Modified: pypy/extradoc/planning/1.4.1.txt
==============================================================================
--- pypy/extradoc/planning/1.4.1.txt	(original)
+++ pypy/extradoc/planning/1.4.1.txt	Mon Dec  6 16:03:07 2010
@@ -11,10 +11,14 @@
 
 * Fix a corner case in the GC (minimark).
 
+* Fix cpyext on Mac OS/X.  (Loading C extension modules in PyPy is still
+  considered *alpha stage!*)
+
+* Fixed a corner case in the JIT, leading to "Fatal RPython error:
+  AssertionError".
 
-Plan:
 
-* Fix bug in optimizeopt
+Plan:
 
 * Out of line guards (?)
 



More information about the Pypy-commit mailing list