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 Demur Rumed, Mark.Shannon, benjamin.peterson, christian.heimes, mark.dickinson, nascheme, ncoghlan, pitrou, rhettinger, serhiy.storchaka, trent
Date 2018-01-16.08:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516090909.72.0.467229070634.issue17611@psf.upfronthosting.co.za>
In-reply-to
Content
What should be done for PR 5006? Changes of this PR have been minimized for easier review. But many interesting things can made after merging it. For example simplify 'with'-related opcodes. Or implement static blocks (this will make the 'try' statement zero-overhead, make checks in frame.f_lineno setter more reliable, and unblock some bytecode optimizations). It would be better to have more time before a feature freeze.
History
Date User Action Args
2018-01-16 08:21:49serhiy.storchakasetrecipients: + serhiy.storchaka, nascheme, rhettinger, mark.dickinson, ncoghlan, pitrou, christian.heimes, benjamin.peterson, trent, Mark.Shannon, Demur Rumed
2018-01-16 08:21:49serhiy.storchakasetmessageid: <1516090909.72.0.467229070634.issue17611@psf.upfronthosting.co.za>
2018-01-16 08:21:49serhiy.storchakalinkissue17611 messages
2018-01-16 08:21:49serhiy.storchakacreate