This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: process handle leak on windows in multiprocessing
Type: resource usage Stage: resolved
Components: Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: sbt
Priority: normal Keywords:

Created on 2012-11-15 17:44 by sbt, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg175629 - (view) Author: Richard Oudkerk (sbt) * (Python committer) Date: 2012-11-15 17:44
On Windows the handle for a child process is not closed when the popen/process object is garbage collected.
msg175682 - (view) Author: Richard Oudkerk (sbt) * (Python committer) Date: 2012-11-16 11:50
Fixed in c574ce78cd61 and cb612c5f30cb.
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60685
2012-11-16 11:50:11sbtsetstatus: open -> closed
resolution: fixed
messages: + msg175682

stage: needs patch -> resolved
2012-11-15 17:44:09sbtcreate