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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 09 Feb 2001 15:45:14 -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: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : jhylton
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

Follow-Ups:

Date: 2001-Feb-09 15:45
By: jhylton

Comment:
committed as rev. 2.28 of cStringIO.c

-------------------------------------------------------

Date: 2001-Feb-09 15:32
By: jhylton

Comment:
sounds good to me

-------------------------------------------------------

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