summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_select.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py
index 5834575..f7f20f3 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()