[Python-bugs-list] [ python-Bugs-553512 ] cPickle dies on short reads

noreply@sourceforge.net noreply@sourceforge.net
Mon, 13 May 2002 07:48:15 -0700


Bugs item #553512, was opened at 2002-05-07 19:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=553512&group_id=5470

Category: Extension Modules
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Nobody/Anonymous (nobody)
Summary: cPickle dies on short reads

Initial Comment:
I discovered that cPickle can report various failures
when reading from a file object created by a socket's
makefile() method, probably due to not dealing
correctly with short reads. I've seen this in 2.1.3 so
I believe it must be widespread.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-05-13 10:48

Message:
Logged In: YES 
user_id=6380

I haven't been able to reproduce this, and I changed the
code that broke so as to avoid the issue, so I'm closing
this now, for better or for worse.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=553512&group_id=5470