New submission from shani: Multiprocessing pool.py gets SimpleQueue objects as inqueue and outqueue. when it terminates, it doesn't call the close() method of the queues' readers and writers. As a results, 4 file pipes leak in one pool termination.
Expected: The pool closes reader and writer pipes of the inqueue and outqueue when it terminates. What did happen: the pool doesn't close the pipes. 4 pipes leak. ---------- components: Library (Lib) messages: 234244 nosy: shanip priority: normal severity: normal status: open title: multiprocessing pool.py doesn't close inqueue and outqueue pipes on termination type: resource usage _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23267> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com