Message295396
multiprocessing.Process (actually, the _popen object attached to it) has a GC-based finalizer to release system resources (such as fds). However, it would be nice to be able to release those resources in a timely manner. Adding a close() method would let users do that. What do you think? |
|
| Date |
User |
Action |
Args |
| 2017-06-08 10:25:03 | pitrou | set | recipients:
+ pitrou, davin |
| 2017-06-08 10:25:03 | pitrou | set | messageid: <[email protected]> |
| 2017-06-08 10:25:03 | pitrou | link | issue30596 messages |
| 2017-06-08 10:25:03 | pitrou | create | |
|