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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd8a91198d05bb0a8f75329e7cc22c49110fbcac;p=python test(): close the pipe, just to shut up Purify. --- diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py index 5834575c7d..f7f20f327c 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()