[issue11659] Fix ResourceWarning in test_subprocess

2011-03-26 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- assignee: -> rosslagerwall nosy: +rosslagerwall resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.1, Python 3.2 ___ Python tracker __

[issue11659] Fix ResourceWarning in test_subprocess

2011-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset bd46aef7cf10 by Ross Lagerwall in branch '3.1': Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. http://hg.python.org/cpython/rev/bd46aef7cf10 -- nosy: +python-dev ___ Python tr

[issue11659] Fix ResourceWarning in test_subprocess

2011-03-25 Thread Nadeem Vawda
Nadeem Vawda added the comment: Looks good to me. > [...] but I couldn't find any patches that fix this specific issue. Well, test_select_unbuffered() was only introduced a few days ago (changeset cb148da52c47), so I'm not surprised :) -- nosy: +nvawda ___

[issue11659] Fix ResourceWarning in test_subprocess

2011-03-23 Thread Ben Hayden
New submission from Ben Hayden : Adding in a cleanup to close Popen stdout in the function test_select_unbuffered in test_subprocess file in Lib/test dir. There are several tickets about different resource warnings mentioning test_subprocess - but I couldn't find any patches that fix this spec