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, josh.r, ncoghlan, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-02.04:06:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459570022.15.0.864994683455.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
Got f_lasti working as -1. Applied PEP7. Unrelated: fixed a misnamed variable in test_grammar because it ran into a peephole bug (const -> jump_if_false erase didn't work when EXTENDED_ARGs were involved). dis has argval/arg set to None instead of the unused argument value

Things are seeming more brittle with f_lasti as -1. But maybe it's all in my head
History
Date User Action Args
2016-04-02 04:07:02Demur Rumedsetrecipients: + Demur Rumed, brett.cannon, georg.brandl, rhettinger, ncoghlan, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov, abarnert, josh.r
2016-04-02 04:07:02Demur Rumedsetmessageid: <1459570022.15.0.864994683455.issue26647@psf.upfronthosting.co.za>
2016-04-02 04:07:02Demur Rumedlinkissue26647 messages
2016-04-02 04:07:01Demur Rumedcreate