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 serhiy.storchaka
Recipients AlexWaygood, ezio.melotti, mrabarnett, serhiy.storchaka, tristanlatr
Date 2021-10-29.22:06:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635545183.82.0.0328593064539.issue45674@roundup.psfhosted.org>
In-reply-to
Content
sre_parse.parse() is an internal function and this behaviour is an implementation detail.

This change enabled some optimizations which did not work with non-capturing groups before. It did not affect the matching itself.
History
Date User Action Args
2021-10-29 22:06:23serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, AlexWaygood, tristanlatr
2021-10-29 22:06:23serhiy.storchakasetmessageid: <1635545183.82.0.0328593064539.issue45674@roundup.psfhosted.org>
2021-10-29 22:06:23serhiy.storchakalinkissue45674 messages
2021-10-29 22:06:23serhiy.storchakacreate