From bd8a91198d05bb0a8f75329e7cc22c49110fbcac Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 14 Jan 1997 17:49:15 +0000 Subject: [PATCH] test(): close the pipe, just to shut up Purify. --- Lib/test/test_select.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.47.3