Message11494
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. |
|
Date |
User |
Action |
Args |
2017-07-23 13:14:35 | jeff.allen | set | messageid: <1500815675.89.0.590249145796.issue2609@psf.upfronthosting.co.za> |
2017-07-23 13:14:35 | jeff.allen | set | recipients:
+ jeff.allen, Ivan |
2017-07-23 13:14:35 | jeff.allen | link | issue2609 messages |
2017-07-23 13:14:34 | jeff.allen | create | |
|