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

Calling re.math() with a pre-compiled pattern is an uncommon case. Common cases 
are calling re.math() with a string pattern and calling the math() method of a 
pre-compiled pattern.

Your change speeds up an uncommon case but slows down a common case.

----------
nosy: +serhiy.storchaka

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

Reply via email to