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 HeRaNO, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2022-02-22.18:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645553842.11.0.231536669227.issue46825@roundup.psfhosted.org>
In-reply-to
Content
The re module does not support features corresponding to std::regex_constants::__polynomial in C++. Rewrite your regular expression or try to use alternative regex implementations (for example wrappers around the re2 library or C++ regex library).
History
Date User Action Args
2022-02-22 18:17:22serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, HeRaNO
2022-02-22 18:17:22serhiy.storchakasetmessageid: <1645553842.11.0.231536669227.issue46825@roundup.psfhosted.org>
2022-02-22 18:17:22serhiy.storchakalinkissue46825 messages
2022-02-22 18:17:22serhiy.storchakacreate