]> granicus.if.org Git - python/commit
bpo-33929: Fix regression in spawn_main() (#7962)
authorVictor Stinner <vstinner@redhat.com>
Wed, 27 Jun 2018 13:18:39 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 13:18:39 +0000 (15:18 +0200)
commit0aab8660cdaa540730994afbce49a146dd779bce
tree239202f2522f1020e7c5f29d1675b2b11becb06c
parent2cc9d21fffb8146d30e6fb4221e32410ba4b4ab7
bpo-33929: Fix regression in spawn_main() (#7962)

OpenProcess() creates a new handle that must be closed later.
Lib/multiprocessing/spawn.py