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 gvanrossum, lys.nikolaou, pablogsal
Date 2020-05-17.16:01:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589731270.13.0.765270340718.issue40661@roundup.psfhosted.org>
In-reply-to
Content
The new peg parser segfaults when parsing the attached reproducer.

this is due to the fact that the exception set by `tokenizer_error` is not properly propagated.
History
Date User Action Args
2020-05-17 16:01:10pablogsalsetrecipients: + pablogsal, gvanrossum, lys.nikolaou
2020-05-17 16:01:10pablogsalsetmessageid: <1589731270.13.0.765270340718.issue40661@roundup.psfhosted.org>
2020-05-17 16:01:10pablogsallinkissue40661 messages
2020-05-17 16:01:10pablogsalcreate