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 belopolsky
Recipients alexandre.vassalotti, belopolsky, pitrou
Date 2010-06-28.16:18:09
SpamBayes Score 0.0044176774
Marked as misclassified No
Message-id <1277741892.3.0.0849773844587.issue9104@psf.upfronthosting.co.za>
In-reply-to
Content
This is probably one example of many where pickling is only tested with _pickle module if it is available rather than separately with C and Python implementation.  I am attaching a patch which implements one possible testing strategy.  If this is acceptable, I think the machinery of retrieving multiple module implementations should be moved to test.support and reused in other test modules.
History
Date User Action Args
2010-06-28 16:18:12belopolskysetrecipients: + belopolsky, pitrou, alexandre.vassalotti
2010-06-28 16:18:12belopolskysetmessageid: <1277741892.3.0.0849773844587.issue9104@psf.upfronthosting.co.za>
2010-06-28 16:18:10belopolskylinkissue9104 messages
2010-06-28 16:18:10belopolskycreate