bpo-33929: Fix regression in spawn_main() by vstinner · Pull Request #7962 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:spawn_fix2

Jun 27, 2018

Merged

bpo-33929: Fix regression in spawn_main()#7962

vstinner merged 1 commit intopython:masterfrom

vstinner:spawn_fix2

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Jun 27, 2018

edited by bedevere-bot

Loading

OpenProcess() creates a new handle that must be closed later.

https://bugs.python.org/issue33929

OpenProcess() creates a new handle that must be closed later.

@vstinner

Copy link Copy Markdown

Member Author

@pitrou: Oops, I didn't copy/paste the OpenProcess code correctly :-p

@vstinner vstinner merged commit 0aab866 into python:master

Jun 27, 2018

@bedevere-bot

Copy link Copy Markdown

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

@vstinner vstinner deleted the spawn_fix2 branch

June 27, 2018 13:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @bedevere-bot @the-knights-who-say-ni