[issue7996] concurrency problem in regrtest -jX

2012-07-26 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- resolution: -> duplicate status: open -> closed superseder: -> thread-safety issue in regrtest.main() ___ Python tracker ___ _

[issue7996] concurrency problem in regrtest -jX

2010-08-04 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue7996] concurrency problem in regrtest -jX

2010-02-22 Thread Antoine Pitrou
New submission from Antoine Pitrou : While testing GIL changes I ran against an interesting bug in regrtest when run with -j. It turns out that we can't consume a generator from two threads simultaneously. Exception in thread Thread-8: Traceback (most recent call last): File "/home/antoine/