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 habnabit
Recipients alexandre.vassalotti, habnabit, jcea, pitrou, schmir
Date 2008-08-20.04:50:13
SpamBayes Score 7.18726e-09
Marked as misclassified No
Message-id <1219207821.18.0.80800070317.issue3119@psf.upfronthosting.co.za>
In-reply-to
Content
Alright, sorry this took so long. Hopefully this can still be included in 
3.0.
Included is a patch that no longer uses collections.deque and also adds a 
test case to test/test_pickle.py. The test catches RuntimeError and fails 
the unittest. I didn't see anything that would behave like the opposite of 
assertRaises except letting the exception propagate.
History
Date User Action Args
2008-08-20 04:50:21habnabitsetrecipients: + habnabit, jcea, pitrou, alexandre.vassalotti, schmir
2008-08-20 04:50:21habnabitsetmessageid: <1219207821.18.0.80800070317.issue3119@psf.upfronthosting.co.za>
2008-08-20 04:50:19habnabitlinkissue3119 messages
2008-08-20 04:50:19habnabitcreate