[issue10234] ResourceWarnings in test_subprocess

Antoine Pitrou report at bugs.python.org
Fri Oct 29 18:27:31 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

Since r85920, test_subprocess has been showing a bunch of ResourceWarnings.
It seems that the pipe objects don't get explicitly closed in wait() or __del__, while they do in communicate().

----------
components: Library (Lib), Tests
messages: 119916
nosy: gregory.p.smith, pitrou
priority: normal
severity: normal
status: open
title: ResourceWarnings in test_subprocess
type: resource usage
versions: Python 3.2

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


More information about the Python-bugs-list mailing list