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 iritkatriel
Recipients Arfrever, barry, benjamin.peterson, christian.heimes, eric.snow, ezio.melotti, iritkatriel, levkivskyi, ncoghlan, pconnell, pmpp, r.david.murray, serhiy.storchaka
Date 2021-06-02.13:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622639598.49.0.436277914393.issue17792@roundup.psfhosted.org>
In-reply-to
Content
Following a discussion on PR24976 we opted for

"cannot access local variable 'x' where it is not associated with a value"

This is because binding it not always related to assignment.

I don't know whether this completely resolves this issue, or whether there is still something to change around the None-setting of except targets.
History
Date User Action Args
2021-06-02 13:13:18iritkatrielsetrecipients: + iritkatriel, barry, ncoghlan, christian.heimes, benjamin.peterson, ezio.melotti, Arfrever, r.david.murray, pmpp, eric.snow, serhiy.storchaka, pconnell, levkivskyi
2021-06-02 13:13:18iritkatrielsetmessageid: <1622639598.49.0.436277914393.issue17792@roundup.psfhosted.org>
2021-06-02 13:13:18iritkatriellinkissue17792 messages
2021-06-02 13:13:18iritkatrielcreate