[issue16481] process handle leak on windows in multiprocessing

2012-11-16 Thread Richard Oudkerk

Richard Oudkerk added the comment:

Fixed in c574ce78cd61 and cb612c5f30cb.

--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16481
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16481] process handle leak on windows in multiprocessing

2012-11-15 Thread Richard Oudkerk

New submission from Richard Oudkerk:

On Windows the handle for a child process is not closed when the popen/process 
object is garbage collected.

--
messages: 175629
nosy: sbt
priority: normal
severity: normal
stage: needs patch
status: open
title: process handle leak on windows in multiprocessing
type: resource usage
versions: Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16481
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com