mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
And now for something completely different: Finish fixing #10252 again.
This commit is contained in:
parent
7610ef93ad
commit
67a93ae4ed
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ def query_vcvarsall(version, arch="x86"):
|
|||
result[key] = removeDuplicates(value)
|
||||
|
||||
finally:
|
||||
popen.stdin.close()
|
||||
popen.stdout.close()
|
||||
popen.stderr.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue