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 steve.newcomb
Recipients rhettinger, serhiy.storchaka, steve.newcomb
Date 2016-08-30.18:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <64ac2b55-ff36-469c-e645-2ab920d0667a@coolheads.com>
In-reply-to <1472575618.81.0.730978536893.issue27898@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2016-08-30 18:14:47steve.newcombsetrecipients: + steve.newcomb, rhettinger, serhiy.storchaka
2016-08-30 18:14:47steve.newcomblinkissue27898 messages
2016-08-30 18:14:47steve.newcombcreate