test(): close the pipe, just to shut up Purify.

This commit is contained in:
Barry Warsaw 1997-01-14 17:49:15 +00:00
parent 93d29b6895
commit bd8a91198d
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ def test():
break break
continue continue
print 'Heh?' print 'Heh?'
p.close()
test() test()