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

arigo at codespeak.net arigo at codespeak.net
Thu Dec 16 18:19:17 CET 2010


Author: arigo
Date: Thu Dec 16 18:19:16 2010
New Revision: 80073

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

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 16 18:19:16 2010
@@ -33,7 +33,7 @@
 
 * Fix ctypes (it was not propagating keepalive information from c_void_p).
 
-* Made sys.setrecursionlimit() a no-op that just prints a warning.
+* Made sys.setrecursionlimit() a no-op.
   Instead, we rely purely on the built-in stack overflow detection mechanism,
   which also gives you a RuntimeError -- just not at some exact recursion
   level.



More information about the Pypy-commit mailing list