[issue7542] segfault on cPickle.loads("0.")

2009-12-18 Thread Eric Smith
Eric Smith added the comment: This is a duplicate of issue 7455. -- nosy: +eric.smith resolution: -> duplicate status: open -> closed ___ Python tracker ___

[issue7542] segfault on cPickle.loads("0.")

2009-12-18 Thread flox
flox added the comment: On 3.1, 3.2 same issue: >>> pickle.loads(b'0') Segmentation fault -- nosy: +flox versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue7542] segfault on cPickle.loads("0.")

2009-12-18 Thread Anthony Foglia
New submission from Anthony Foglia : cPickle in Python 2.6.4 segfaults when trying to load the string "0.". pickle throws an error. cPickle should at the least not segfault. $ python Python 2.6.4 (r264:75706, Nov 2 2009, 14:44:17) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or