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 Anthony Sottile
Recipients Anthony Sottile
Date 2021-04-30.22:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619822991.2.0.658600538684.issue43994@roundup.psfhosted.org>
In-reply-to
Content
I'm looking at adding support to `match` for pyflakes, and the first impression I have is that `MatchAs` is unnecessarily different from `Name` with `ctx=Store()`

if it were represented as the latter pyflakes would not require special handling of `match`, it would work the same as the current code

I suspect other static analysis tools would benefit from a change as well
History
Date User Action Args
2021-04-30 22:49:51Anthony Sottilesetrecipients: + Anthony Sottile
2021-04-30 22:49:51Anthony Sottilesetmessageid: <1619822991.2.0.658600538684.issue43994@roundup.psfhosted.org>
2021-04-30 22:49:51Anthony Sottilelinkissue43994 messages
2021-04-30 22:49:51Anthony Sottilecreate