SIGN IN SIGN UP

bpo-30121: Fix debug assert in subprocess on Windows (#1224)

* bpo-30121: Fix debug assert in subprocess on Windows

This is caused by closing HANDLEs using os.close which is for CRT file
descriptors and not for HANDLEs.

* bpo-30121: Suppress debug assertion in test_subprocess when ran directly
S
Segev Finer committed
4d3851727fb82195e4995c6064b0b2d6cbc031c4
Parent: a7c449b
Committed by Victor Stinner <victor.stinner@gmail.com> on 8/18/2017, 1:18:13 PM