[issue10305] Cleanup up ResourceWarnings in multiprocessing

Brian Curtin report at bugs.python.org
Thu Nov 4 02:03:36 CET 2010


New submission from Brian Curtin <curtin at acm.org>:

As shown in a debug run of test_multiprocessing, at least two places in managers.py apparently leave open sockets. Lines 786 and 805 are the culprits, both util log lines.

----------
components: Library (Lib)
messages: 120367
nosy: asksol, brian.curtin
priority: normal
severity: normal
stage: needs patch
status: open
title: Cleanup up ResourceWarnings in multiprocessing
type: resource usage
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10305>
_______________________________________


More information about the Python-bugs-list mailing list