From: Barry Warsaw Date: Tue, 14 Jan 1997 17:49:15 +0000 (+0000) Subject: test(): close the pipe, just to shut up Purify. X-Git-Tag: v1.5a1~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8a91198d05bb0a8f75329e7cc22c49110fbcac;p=thirdparty%2FPython%2Fcpython.git test(): close the pipe, just to shut up Purify. --- diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py index 5834575c7df5..f7f20f327c2b 100644 --- a/Lib/test/test_select.py +++ b/Lib/test/test_select.py @@ -49,6 +49,7 @@ def test(): break continue print 'Heh?' + p.close() test()