
Dec. 29, 2010
2:41 a.m.
Author: brian.curtin Date: Wed Dec 29 03:41:07 2010 New Revision: 87562 Log: Close stdout, clear ResourceWarning Modified: python/branches/py3k/Lib/test/test_winsound.py Modified: python/branches/py3k/Lib/test/test_winsound.py ============================================================================== --- python/branches/py3k/Lib/test/test_winsound.py (original) +++ python/branches/py3k/Lib/test/test_winsound.py Wed Dec 29 03:41:07 2010 @@ -249,6 +249,7 @@ p = subprocess.Popen([cscript_path, check_script], stdout=subprocess.PIPE) __have_soundcard_cache = not p.wait() + p.stdout.close() return __have_soundcard_cache
5198
Age (days ago)
5198
Last active (days ago)
0 comments
1 participants
participants (1)
-
brian.curtin