[issue27898] regexp performance degradation between 2.7.6 and 2.7.12

Steve Newcomb report at bugs.python.org
Tue Aug 30 14:14:47 EDT 2016


Steve Newcomb added the comment:

On 08/30/2016 12:46 PM, Raymond Hettinger wrote:
> Raymond Hettinger added the comment:
>
> It would be helpful if you could run "hg bisect" with your set-up to isolate the change that causes the problem.
I don't think I understand you.  There's no difference in the Python 
code we're using in both cases.  The only differences, AFAIK, are in the 
Python interpreter and in the Linux distribution.  I'm not qualified to 
analyze the differences in the latter items.
>    Alternatively, make a small set of regular expressions that demonstrate the performance regression.
It will be hard to do that, because the code is so complex, and because 
debugging in the multiprocessing context is so hairy. Still, it's the 
only approach I can think of, too.  Sigh.  I'm thinking about it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27898>
_______________________________________


More information about the Python-bugs-list mailing list