mirror of https://github.com/python/cpython
Browse Source
* 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 directlypull/3134/head
committed by
Victor Stinner
2 changed files with 12 additions and 5 deletions
Loading…
Reference in new issue