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 pablogsal
Recipients emilyemorehouse, gvanrossum, lukasz.langa, ncoghlan, pablogsal, quentel
Date 2019-10-13.21:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571003898.86.0.405989077454.issue38469@roundup.psfhosted.org>
In-reply-to
Content
I think this is a bug in the symtable_extend_namedexpr_scope function because when visiting the stack in reverse order and finding a function block is always assigning the scope as DEF_NONLOCAL.

Marking also as a release blocker unless Nick, Guido or Emily confirm otherwise.
History
Date User Action Args
2019-10-13 21:58:18pablogsalsetrecipients: + pablogsal, gvanrossum, ncoghlan, lukasz.langa, quentel, emilyemorehouse
2019-10-13 21:58:18pablogsalsetmessageid: <1571003898.86.0.405989077454.issue38469@roundup.psfhosted.org>
2019-10-13 21:58:18pablogsallinkissue38469 messages
2019-10-13 21:58:18pablogsalcreate