[pypy-svn] r45249 - pypy/dist/pypy/doc/discussion

tismer at codespeak.net tismer at codespeak.net
Sun Jul 22 16:39:53 CEST 2007


Author: tismer
Date: Sun Jul 22 16:39:52 2007
New Revision: 45249

Modified:
   pypy/dist/pypy/doc/discussion/howtoimplementpickling.txt
Log:
document needs some connection to the current status

Modified: pypy/dist/pypy/doc/discussion/howtoimplementpickling.txt
==============================================================================
--- pypy/dist/pypy/doc/discussion/howtoimplementpickling.txt	(original)
+++ pypy/dist/pypy/doc/discussion/howtoimplementpickling.txt	Sun Jul 22 16:39:52 2007
@@ -1,6 +1,10 @@
 Designing thread pickling or "the Essence of Stackless Python"
 --------------------------------------------------------------
 
+Note from 2007-07-22: This document is slightly out of date
+and should be turned into a description of pickling.
+Some research is necessary to get rid of explicit resume points, etc...
+
 Thread pickling is a unique feature in Stackless Python
 and should be implemented for PyPy pretty soon.
 



More information about the Pypy-commit mailing list