Message262647
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 |
|
Date |
User |
Action |
Args |
2016-03-30 02:29:30 | Demur Rumed | set | recipients:
+ Demur Rumed, brett.cannon, georg.brandl, ncoghlan, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov, abarnert |
2016-03-30 02:29:30 | Demur Rumed | set | messageid: <1459304970.73.0.784975771727.issue26647@psf.upfronthosting.co.za> |
2016-03-30 02:29:30 | Demur Rumed | link | issue26647 messages |
2016-03-30 02:29:30 | Demur Rumed | create | |
|