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, lemburg, mark.dickinson, pitrou
Date 2010-07-17.23:02:53
SpamBayes Score 0.0005694416
Marked as misclassified No
Message-id <1279407775.34.0.342088512015.issue5180@psf.upfronthosting.co.za>
In-reply-to
Content
Committed issue5180b.diff with minor additions in r82937 (r82938 for 3.1):

1.  Added an assert that args is a tuple in instantiate() with an explanation why it is true.

2.  Added a test for the other code branch instantiate. (Not all conditions are tested, but I think this is now good enough.)

The explanation of INST and OBJ opcodes in pickletools is now out of date, so I am adding #9267 as a superseder.
History
Date User Action Args
2010-07-17 23:02:55belopolskysetrecipients: + belopolsky, lemburg, mark.dickinson, pitrou, alexandre.vassalotti
2010-07-17 23:02:55belopolskysetmessageid: <1279407775.34.0.342088512015.issue5180@psf.upfronthosting.co.za>
2010-07-17 23:02:54belopolskylinkissue5180 messages
2010-07-17 23:02:53belopolskycreate