New submission from Thomas Moreau <thomas.moreau.2...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to