[Python-checkins] CVS: python/dist/src/Misc NEWS,1.337.2.2,1.337.2.3
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年12月21日 07:33:59 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv3253
Modified Files:
Tag: release22-branch
NEWS
Log Message:
Add news about cPickle checkin.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.2
retrieving revision 1.337.2.3
diff -C2 -d -r1.337.2.2 -r1.337.2.3
*** NEWS 2001年12月21日 07:02:51 1.337.2.2
--- NEWS 2001年12月21日 15:33:57 1.337.2.3
***************
*** 18,21 ****
--- 18,27 ----
very short strings.
+ - cPickle: the obscure "fast" mode was suspected of causing stack
+ overflows on the Mac. Hopefully fixed this by setting the recursion
+ limit much smaller. If the limit is too low (it only affects
+ performance), you can change it by defining PY_CPICKLE_FAST_LIMIT
+ when compiling cPickle.c (or in pyconfig.h).
+
Library