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

arigo at codespeak.net arigo at codespeak.net
Thu Dec 9 19:14:21 CET 2010


Author: arigo
Date: Thu Dec  9 19:14:19 2010
New Revision: 79942

Modified:
   pypy/extradoc/planning/1.4.1.txt
Log:
Add to planning.

Modified: pypy/extradoc/planning/1.4.1.txt
==============================================================================
--- pypy/extradoc/planning/1.4.1.txt	(original)
+++ pypy/extradoc/planning/1.4.1.txt	Thu Dec  9 19:14:19 2010
@@ -25,3 +25,9 @@
 * Merge jit-unroll-loops (?)
 
 * Migrate to mercurial
+
+* Finish looking in the ctypes bug::
+
+    c = cast(cast(c_char_p("hello"), c_void_p), c_char_p)
+    gc.collect()
+    c.value       # garbage



More information about the Pypy-commit mailing list