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 mrabarnett
Recipients Renji, ezio.melotti, mrabarnett
Date 2021-01-09.02:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610157602.53.0.966446615795.issue42871@roundup.psfhosted.org>
In-reply-to
Content
It's not a crash. It's complaining that you're referring to group 2 before defining it. The re module doesn't support forward references to groups, but only backward references to them.
History
Date User Action Args
2021-01-09 02:00:02mrabarnettsetrecipients: + mrabarnett, ezio.melotti, Renji
2021-01-09 02:00:02mrabarnettsetmessageid: <1610157602.53.0.966446615795.issue42871@roundup.psfhosted.org>
2021-01-09 02:00:02mrabarnettlinkissue42871 messages
2021-01-09 02:00:02mrabarnettcreate