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 serhiy.storchaka
Recipients Wheerd, benjamin.peterson, brett.cannon, eryksun, jkloth, ncoghlan, ned.deily, paul.moore, pitrou, scoder, serhiy.storchaka, snordhausen, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-01-11.18:20:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515694819.8.0.467229070634.issue31113@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 782d6fe4434381c50e0c7ec94a1ef9c6debbc333 by Serhiy Storchaka in branch 'master':
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
https://github.com/python/cpython/commit/782d6fe4434381c50e0c7ec94a1ef9c6debbc333
History
Date User Action Args
2018-01-11 18:20:19serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, terry.reedy, paul.moore, ncoghlan, pitrou, scoder, tim.golden, benjamin.peterson, jkloth, ned.deily, zach.ware, eryksun, steve.dower, Wheerd, snordhausen
2018-01-11 18:20:19serhiy.storchakasetmessageid: <1515694819.8.0.467229070634.issue31113@psf.upfronthosting.co.za>
2018-01-11 18:20:19serhiy.storchakalinkissue31113 messages
2018-01-11 18:20:19serhiy.storchakacreate