[New-bugs-announce] [issue33056] LEaking files in concurrent.futures.process

Thomas Moreau report at bugs.python.org
Mon Mar 12 11:09:15 EDT 2018


New submission from Thomas Moreau <thomas.moreau.2010 at gmail.com>:

The recent changes introduced by https://github.com/python/cpython/pull/3895 leaks some file descriptors (the Pipe open in _ThreadWakeup).
They should be properly closed at shutdown.

----------
components: Library (Lib)
messages: 313656
nosy: tomMoral
priority: normal
pull_requests: 5845
severity: normal
status: open
title: LEaking files in concurrent.futures.process
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33056>
_______________________________________


More information about the New-bugs-announce mailing list