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.03:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463888372.3.0.820381586623.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
Based on serhiy's LGTM I'm uploading hopefully final touches based on his feedback

New in this are changes to Makefile.pre & PCbuild files. I can't really test PCbuild but I did test that make followed by modifying wordcode_helpers.h followed by make rebuilds peephole & compile. There's now also modification of PC/launcher.c to include 3370 as 3.6

Doc/library/dis.rst: I've reverted changes to HAVE_ARGUMENT description since most of my 'pedantic' changes to differentiate between using arguments & ignoring arguments have been reverted
History
Date User Action Args
2016-05-22 03:39:33Demur Rumedsetrecipients: + Demur Rumed, brett.cannon, georg.brandl, rhettinger, ncoghlan, vstinner, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r
2016-05-22 03:39:32Demur Rumedsetmessageid: <1463888372.3.0.820381586623.issue26647@psf.upfronthosting.co.za>
2016-05-22 03:39:32Demur Rumedlinkissue26647 messages
2016-05-22 03:39:32Demur Rumedcreate