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, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-05-22.16:43:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463935409.42.0.584481121552.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
I've tracked down the lnotab issue after modifying master/wpy to not vacuum NOPs. Old code puts LOAD_CONST at after NOPs, on the same line as return op, whereas new code is putting LOAD_CONST before NOPs, on it's own line

I've attached a fix along with addressing compiler warnings & __phello__ & adding some asserts that make sure we aren't passing indices that point inside instructions to peephole's helper functions
History
Date User Action Args
2016-05-22 16:43:34Demur Rumedsetrecipients: + Demur Rumed, brett.cannon, georg.brandl, rhettinger, ncoghlan, vstinner, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r
2016-05-22 16:43:29Demur Rumedsetmessageid: <1463935409.42.0.584481121552.issue26647@psf.upfronthosting.co.za>
2016-05-22 16:43:29Demur Rumedlinkissue26647 messages
2016-05-22 16:43:29Demur Rumedcreate