This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients alexandre.vassalotti, collinwinter, eric.smith, jackdied, vstinner
Date 2009-12-11.21:01:22
SpamBayes Score 0.0008742114
Marked as misclassified No
Message-id <1260565284.26.0.468410175005.issue7455@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to have been introduced in r72930 when the stackUnderflow()
was moved from the top of the function to the bottom.  It used to test
for len > 0.

Question, should cPickle and pickle be raising the same error here? 
UnpicklingError is defined in pickle.py and never used but cPickle.c
uses it frequently.
History
Date User Action Args
2009-12-11 21:01:24jackdiedsetrecipients: + jackdied, collinwinter, vstinner, eric.smith, alexandre.vassalotti
2009-12-11 21:01:24jackdiedsetmessageid: <1260565284.26.0.468410175005.issue7455@psf.upfronthosting.co.za>
2009-12-11 21:01:22jackdiedlinkissue7455 messages
2009-12-11 21:01:22jackdiedcreate