]> granicus.if.org Git - python/commitdiff
test(): close the pipe, just to shut up Purify.
authorBarry Warsaw <barry@python.org>
Tue, 14 Jan 1997 17:49:15 +0000 (17:49 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 14 Jan 1997 17:49:15 +0000 (17:49 +0000)
Lib/test/test_select.py

index 5834575c7df5006bdeefdb2f7db02f550cb2180c..f7f20f327c2b91d6ca1df0a58e5067effd804017 100644 (file)
@@ -49,6 +49,7 @@ def test():
                                break
                        continue
                print 'Heh?'
+       p.close()
 
 test()