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 serhiy.storchaka
Recipients Leo.Na, alexandre.vassalotti, belopolsky, pitrou, serhiy.storchaka
Date 2013-01-15.20:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358280397.38.0.766761979252.issue10701@psf.upfronthosting.co.za>
In-reply-to
Content
It's interesting. The example behaves unstable on 3.3+ with C implementation of picle, sometimes works, sometimes fails. With Python implementation and on 3.2 it works always. On 2.7 it fails always.

A difference between C and Python implementations of pickle is a bug and should be fixed.
History
Date User Action Args
2013-01-15 20:06:37serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, pitrou, alexandre.vassalotti, Leo.Na
2013-01-15 20:06:37serhiy.storchakasetmessageid: <1358280397.38.0.766761979252.issue10701@psf.upfronthosting.co.za>
2013-01-15 20:06:37serhiy.storchakalinkissue10701 messages
2013-01-15 20:06:37serhiy.storchakacreate