[issue7194] test_thread is flaky

2009-10-28 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue6186? -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue7194] test_thread is flaky

2009-10-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Backported to 2.6 in r75748. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___

[issue7194] test_thread is flaky

2009-10-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in trunk, py3k and 3.1. Waiting for 2.6 to unfreeze before merging there. -- assignee: -> pitrou resolution: -> accepted stage: needs patch -> committed/rejected versions: -Python 2.7, Python 3.1, Python 3.2 ___

[issue7194] test_thread is flaky

2009-10-23 Thread Antoine Pitrou
New submission from Antoine Pitrou : test_thread sometimes tries to release an unacquired mutex. It is easier to reproduce when using the "-j" option (on trunk and py3k, since the option doesn't exist on 2.6/3.1): ./python -m test.regrtest -j4 test_thread test_thread test_thread test_thread test