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 alexandre.vassalotti
Recipients alexandre.vassalotti, belopolsky, lemburg, mark.dickinson, pitrou
Date 2010-07-17.18:27:04
SpamBayes Score 0.00034587597
Marked as misclassified No
Message-id <1279391226.13.0.379656407078.issue5180@psf.upfronthosting.co.za>
In-reply-to
Content
The args argument is always a tuple created with Pdata_poptuple(). You can add an explicit type check. If this check fails a RuntimeError should be raised, because this would indicate a programming error in pickle.
History
Date User Action Args
2010-07-17 18:27:06alexandre.vassalottisetrecipients: + alexandre.vassalotti, lemburg, mark.dickinson, belopolsky, pitrou
2010-07-17 18:27:06alexandre.vassalottisetmessageid: <1279391226.13.0.379656407078.issue5180@psf.upfronthosting.co.za>
2010-07-17 18:27:04alexandre.vassalottilinkissue5180 messages
2010-07-17 18:27:04alexandre.vassalotticreate