New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to