[issue15504] pickle/cPickle saves invalid/incomplete data

2015-11-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___

[issue15504] pickle/cPickle saves invalid/incomplete data

2015-11-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Since issue13555 is fixed, I think this issue is fixed too. -- nosy: +serhiy.storchaka status: open -> pending type: crash -> behavior ___ Python tracker

[issue15504] pickle/cPickle saves invalid/incomplete data

2012-08-06 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15504] pickle/cPickle saves invalid/incomplete data

2012-07-30 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15504] pickle/cPickle saves invalid/incomplete data

2012-07-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: People can probably debate endless about seriousness of an issue. Keep in mind that two factors affect seriousness: what's the impact when it happens (here it is "quite bad"), and what's the chance that it happens (it's "quite low", since it requires you to p

[issue15504] pickle/cPickle saves invalid/incomplete data

2012-07-30 Thread Philipp Lies
New submission from Philipp Lies: I just stumbled upon a very serious bug in cPickle where cPickle stores the data passed to it only partially without a warning/error: #creating a >8GB long random data sting import os import cPickle random_string = os.urandom(int(1.1*2**33)) print len(random_st