Message380388
Maybe this is related to (or duplicate of) Issue 37788? Python 3.7 has a regression where threads that are never joined cause leaks; previous code was written assuming you didn't need to join threads.
Do you still see the leak even if you don't clear the "threads" list (change the target to a no-op), or if you never create a list in the first place? |
|
| Date |
User |
Action |
Args |
| 2020-11-05 01:05:18 | martin.panter | set | recipients:
+ martin.panter, ronaldoussoren, jaraco |
| 2020-11-05 01:05:18 | martin.panter | set | messageid: <1604538318.86.0.124236252811.issue42263@roundup.psfhosted.org> |
| 2020-11-05 01:05:18 | martin.panter | link | issue42263 messages |
| 2020-11-05 01:05:18 | martin.panter | create | |
|