[Python-bugs-list] [Bug #131652] cPickle calls string.joinfields()

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Feb 2001 21:50:26 -0800


Bug #131652, was updated on 2001-Feb-08 21:50
Here is a current snapshot of the bug.

Project: Python
Category: Extension Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: cPickle calls string.joinfields()

Details: Marc-Andre noted in a msg to Import-sig that cPickle, in
O_writelines() (and where else?) is importing the string module and calling
its joinfields function. This could be done much more efficiently by
calling a string method...

--Guido

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131652&group_id=5470