[issue7455] cPickle: stack underflow in load_pop()

STINNER Victor report at bugs.python.org
Tue Dec 8 11:49:01 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Can you add a test for this?

I wasn't sure of the right place to add the test. I tried
Lib/test/pickletester.py, but it doesn't work because UnpicklingError
is not defined there.

Well, here is a new version of my patch with an unit test.

----------
Added file: http://bugs.python.org/file15494/cpickle_load_pop-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7455>
_______________________________________


More information about the Python-bugs-list mailing list