Use WeakSets rather than manual pruning to prevent unbounded growth o… · pythoncapi/cpython@142fad4 · GitHub
Skip to content

Commit 142fad4

Browse files
committed
Use WeakSets rather than manual pruning to prevent unbounded growth of dead thread references.
1 parent 833d912 commit 142fad4

2 files changed

Lines changed: 8 additions & 40 deletions

File tree

Lib/concurrent/futures/process.py

Lines changed: 4 additions & 19 deletions

Lib/concurrent/futures/thread.py

Lines changed: 4 additions & 21 deletions

0 commit comments

Comments
 (0)