Message304619
The current code leaks memory since it never clears threads which completed. We need a cleanup function similar to ForkingMixIn.collect_children() which is called by handle_timeout() and service_actions().
We can check if a thread is alive: thread.is_alive(), to decide to remove it or not.
Moreover, maybe we should keep a list of weak references? |
|
| Date |
User |
Action |
Args |
| 2017-10-19 13:32:28 | vstinner | set | recipients:
+ vstinner, pitrou, ned.deily |
| 2017-10-19 13:32:28 | vstinner | set | messageid: <[email protected]> |
| 2017-10-19 13:32:28 | vstinner | link | issue31233 messages |
| 2017-10-19 13:32:28 | vstinner | create | |
|