New submission from Antoine Pitrou:

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?

----------
components: Library (Lib)
messages: 295396
nosy: davin, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Add close() to multiprocessing.Process
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to