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 aldwinaldwin
Recipients aixian le, aldwinaldwin, ezio.melotti, mrabarnett
Date 2019-06-18.07:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560843411.76.0.934729410638.issue37327@roundup.psfhosted.org>
In-reply-to
Content
When I run the regex on https://regex101.com/, after some small adjustments ("HTTP\/1\.0" and "\/head"), it mentions 'Catastrophic backtracking has been detected and the execution of your expression has been halted.' I don't know much about regex, but it seems there is some eternal loop or something.

I'd suggest to try to make the regex work first on other regex compiler, before calling it a python bug.
History
Date User Action Args
2019-06-18 07:36:51aldwinaldwinsetrecipients: + aldwinaldwin, ezio.melotti, mrabarnett, aixian le
2019-06-18 07:36:51aldwinaldwinsetmessageid: <1560843411.76.0.934729410638.issue37327@roundup.psfhosted.org>
2019-06-18 07:36:51aldwinaldwinlinkissue37327 messages
2019-06-18 07:36:51aldwinaldwincreate