New submission from Roman Bolshakov: There's no code that closes read pipe(Process.sentinel) when a Process is joined. That creates issues in long running programs as the pipe's file descriptors are effectively leaked.
---------- components: Library (Lib) files: leak.py messages: 266598 nosy: Roman Bolshakov priority: normal severity: normal status: open title: multiprocessing.Process leaves read pipes open (Process.sentinel) type: resource usage versions: Python 3.3, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file43046/leak.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27151> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com