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 ajaksu2, alexandre.vassalotti, georg.brandl, serhiy.storchaka, tovrstra
Date 2015-11-06.13:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446816768.67.0.537901758263.issue892902@psf.upfronthosting.co.za>
In-reply-to
Content
Here is revised patch that uses different approach to tests. cPickleFastPicklerTests overridden old recursive tests to check that they raises an exception. The patch extends this to new recursive tests.
History
Date User Action Args
2015-11-06 13:32:48serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, tovrstra, ajaksu2, alexandre.vassalotti
2015-11-06 13:32:48serhiy.storchakasetmessageid: <1446816768.67.0.537901758263.issue892902@psf.upfronthosting.co.za>
2015-11-06 13:32:48serhiy.storchakalinkissue892902 messages
2015-11-06 13:32:48serhiy.storchakacreate