Message380381
| Author | jaraco |
|---|---|
| Recipients | jaraco, ronaldoussoren |
| Date | 2020-11-04.23:34:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1604532850.19.0.379970438187.issue42263@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I don't think it's a race condition for two reasons: adding a `time.sleep(1)` after `.start` still raises errors, and in issue37193, there were 10 threads created, with at least 9 of those reaching termination before the test ended, yet it showed 10 reference leaks. If you join the thread in the test, the leak is not detected. However, I believe that's because, in order to join on the thread, you must also hold a handle to the thread, so the condition isn't triggered. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-11-04 23:34:10 | jaraco | set | recipients: + jaraco, ronaldoussoren |
| 2020-11-04 23:34:10 | jaraco | set | messageid: <1604532850.19.0.379970438187.issue42263@roundup.psfhosted.org> |
| 2020-11-04 23:34:10 | jaraco | link | issue42263 messages |
| 2020-11-04 23:34:09 | jaraco | create | |