STINNER Victor <victor.stin...@gmail.com> added the comment:

My PR 3867 fixes a corner case when the re.compile() is misused ("on 
purpose"?). I'm going to reject (abandon) my own PR since it makes re.compile() 
slower:

Mean +- std dev: [ref] 364 ns +- 6 ns -> [patch] 459 ns +- 10 ns: 1.26x slower 
(+26%)

@Serhiy, @Naoki: Are you ok to reject this PR and keep the corner case bug?

----------

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

Reply via email to