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 brandtbucher
Recipients brandtbucher, lys.nikolaou, pablogsal
Date 2021-06-09.21:08:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623272931.36.0.275796132855.issue44368@roundup.psfhosted.org>
In-reply-to
Content
I found a similar one, by the way (not related to mapping patterns):

match ...:
    case 42 as _:
        pass

  File "<stdin>", line 2
    case 42 as _:
               ^
SyntaxError: expected ':'

Is this covered by your fix?
History
Date User Action Args
2021-06-09 21:08:51brandtbuchersetrecipients: + brandtbucher, lys.nikolaou, pablogsal
2021-06-09 21:08:51brandtbuchersetmessageid: <1623272931.36.0.275796132855.issue44368@roundup.psfhosted.org>
2021-06-09 21:08:51brandtbucherlinkissue44368 messages
2021-06-09 21:08:51brandtbuchercreate