Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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).

----------
nosy: +serhiy.storchaka
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to