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 collinwinter
Recipients alexandre.vassalotti, collinwinter, pitrou
Date 2009-04-03.18:12:02
SpamBayes Score 9.942053e-06
Marked as misclassified No
Message-id <1238782325.02.0.817389386024.issue5665@psf.upfronthosting.co.za>
In-reply-to
Content
test_xpickle currently takes over three minutes on my MacBook Pro to
test compatibility with Python 2.4, 2.5 and 2.6, and adding tests for
the pickle module will at least double that, if not push it well above
10 minutes. That's why I recommend using the resource flag if we want to
add the same tests for the pickle module.
History
Date User Action Args
2009-04-03 18:12:05collinwintersetrecipients: + collinwinter, pitrou, alexandre.vassalotti
2009-04-03 18:12:05collinwintersetmessageid: <1238782325.02.0.817389386024.issue5665@psf.upfronthosting.co.za>
2009-04-03 18:12:03collinwinterlinkissue5665 messages
2009-04-03 18:12:02collinwintercreate