Message 110613 - Python tracker (original) (raw)
Committed issue5180b.diff with minor additions in r82937 (r82938 for 3.1):
Added an assert that args is a tuple in instantiate() with an explanation why it is true.
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.