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 brett.cannon
Recipients benjamin.peterson, brett.cannon, docs@python
Date 2016-01-26.23:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453851645.07.0.698993321818.issue26213@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out the BUILD_TUPLE_UNPACK and BUILD_LIST_UNPACK opcodes are undocumented in the dis module.
History
Date User Action Args
2016-01-26 23:40:45brett.cannonsetrecipients: + brett.cannon, benjamin.peterson, docs@python
2016-01-26 23:40:45brett.cannonsetmessageid: <1453851645.07.0.698993321818.issue26213@psf.upfronthosting.co.za>
2016-01-26 23:40:45brett.cannonlinkissue26213 messages
2016-01-26 23:40:44brett.cannoncreate