Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Lib
multiprocessing
spawn.py
Find file
Blame
History
Permalink
bpo-33929: Fix regression in spawn_main() (#7962)
· 0aab8660
Victor Stinner
authored
Jun 27, 2018
OpenProcess() creates a new handle that must be closed later.
0aab8660