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 ncoghlan
Recipients Demur Rumed, abarnert, benjamin.peterson, brett.cannon, georg.brandl, josh.r, ncoghlan, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-05-26.04:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464235721.17.0.52705242412.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
Chatting to Russell Keith-Magee, I realised the bytecode section in the devguide's description of the code generation pipeline may need some tweaks to account for the differences between 3.6 and earlier versions: https://docs.python.org/devguide/compiler.html#ast-to-cfg-to-bytecode
History
Date User Action Args
2016-05-26 04:08:41ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, rhettinger, vstinner, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r, Demur Rumed
2016-05-26 04:08:41ncoghlansetmessageid: <1464235721.17.0.52705242412.issue26647@psf.upfronthosting.co.za>
2016-05-26 04:08:41ncoghlanlinkissue26647 messages
2016-05-26 04:08:41ncoghlancreate