mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix the transient refleaks in test_zipimport_support.
Diagnosis and original patch by Florent Xicluna (flox).
This commit is contained in:
parent
a254302f52
commit
8c54e7819a
2 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,8 @@ def kill_python(p):
|
|||
data = p.stdout.read()
|
||||
p.stdout.close()
|
||||
# try to cleanup the child so we don't appear to leak when running
|
||||
# with regrtest -R. This should be a no-op on Windows.
|
||||
# with regrtest -R.
|
||||
p.wait()
|
||||
subprocess._cleanup()
|
||||
return data
|
||||
|
||||
|
|
|
@ -819,6 +819,7 @@ Gordon Worley
|
|||
Thomas Wouters
|
||||
Heiko Wundram
|
||||
Doug Wyatt
|
||||
Florent Xicluna
|
||||
Ka-Ping Yee
|
||||
Bob Yodlowski
|
||||
Danny Yoo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue