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 BTaskaya, Mark.Shannon, eric.smith, ethan.furman, lukasz.langa, ncoghlan, pablogsal, ppperry, serhiy.storchaka, vstinner, xtreak
Date 2019-08-17.16:35:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566059748.62.0.836449839569.issue37830@roundup.psfhosted.org>
In-reply-to
Content
PR 15320 fixes a regression by changing the compiler. None is now always pushed on the stack before entering a try...finally block. The "return" statement with a non-constant value replaces it, so the stack is balanced.
History
Date User Action Args
2019-08-17 16:35:48serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, eric.smith, ethan.furman, lukasz.langa, Mark.Shannon, ppperry, pablogsal, xtreak, BTaskaya
2019-08-17 16:35:48serhiy.storchakasetmessageid: <1566059748.62.0.836449839569.issue37830@roundup.psfhosted.org>
2019-08-17 16:35:48serhiy.storchakalinkissue37830 messages
2019-08-17 16:35:48serhiy.storchakacreate