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 Demur Rumed
Recipients Demur Rumed, abarnert, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2016-03-30.02:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459304970.73.0.784975771727.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify format of extended arg listings: 1st column is the number of instances of EXTENDED_ARG being emitted, 2nd column is length of bytecode, followed by filename

The previous numbers were of modules, which generally are run-once and listing many constants. I've attached a modification where instead I iterated over the code objects inside co_consts from compiling the *.py file. Trunk currently only emits EXTENDED_ARGs for classes (Pdb, & then the rest in Lib/typing.py) so I've omitted it
History
Date User Action Args
2016-03-30 02:29:30Demur Rumedsetrecipients: + Demur Rumed, brett.cannon, georg.brandl, ncoghlan, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov, abarnert
2016-03-30 02:29:30Demur Rumedsetmessageid: <1459304970.73.0.784975771727.issue26647@psf.upfronthosting.co.za>
2016-03-30 02:29:30Demur Rumedlinkissue26647 messages
2016-03-30 02:29:30Demur Rumedcreate