Message11494

Author jeff.allen
Recipients Ivan, jeff.allen
Date 2017-07-23.13:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500815675.89.0.590249145796.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for investigating this so carefully.

You write "The bug is obviously due to regexp object shared somewhere between threads", I suppose because in your example it's the only object that obviously is shared between threads. A couple of things puzzle me:
1. Very little here has changed since 2.7.1b3 (Feb 2016).
2. The only obviously shared object (REGEX) appears not to be mutated. 

Which causes me to wonder whether there might be a fundamental problem where module-global objects might be inconsistent between threads. Others may have more insight.
History
Date User Action Args
2017-07-23 13:14:35jeff.allensetmessageid: <1500815675.89.0.590249145796.issue2609@psf.upfronthosting.co.za>
2017-07-23 13:14:35jeff.allensetrecipients: + jeff.allen, Ivan
2017-07-23 13:14:35jeff.allenlinkissue2609 messages
2017-07-23 13:14:34jeff.allencreate