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 ncoghlan
Recipients BTaskaya, Guido.van.Rossum, Mark.Shannon, brandtbucher, freundTech, ncoghlan, pablogsal
Date 2021-04-23.09:56:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619171772.92.0.273874841615.issue43892@roundup.psfhosted.org>
In-reply-to
Content
Segfaults are fixed (I had a couple of cases where I wasn't checking for NULL, and another where I was looking up MatchMapping attributes on a MatchClass node).

test_patma passes except for test cases 240, 241, and 242, which look like genuine regressions - the logic to reject illegal MatchValue nodes is missing from the code generator side, and these particular values make it through the parser OK. I'll need to add back some of the code I took out so these still get rejected.
History
Date User Action Args
2021-04-23 09:56:12ncoghlansetrecipients: + ncoghlan, Mark.Shannon, Guido.van.Rossum, pablogsal, brandtbucher, BTaskaya, freundTech
2021-04-23 09:56:12ncoghlansetmessageid: <1619171772.92.0.273874841615.issue43892@roundup.psfhosted.org>
2021-04-23 09:56:12ncoghlanlinkissue43892 messages
2021-04-23 09:56:12ncoghlancreate