The Wayback Machine - https://web.archive.org/web/20240926233930/https://github.com/python/cpython/pull/28466
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-40413: test_embed tests calling Py_RunMain() multiple times #28466

Merged
merged 1 commit into from
Sep 20, 2021
Merged

bpo-40413: test_embed tests calling Py_RunMain() multiple times #28466

merged 1 commit into from
Sep 20, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 20, 2021

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.

https://bugs.python.org/issue40413

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@vstinner vstinner deleted the test_run_main_loop branch September 20, 2021 08:30
@bedevere-bot
Copy link

GH-28470 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed needs backport to 3.10 only security fixes needs backport to 3.9 only security fixes labels Sep 20, 2021
@bedevere-bot
Copy link

GH-28471 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 20, 2021
…onGH-28466)

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.

Cleanup also test_get_argc_argv().
(cherry picked from commit 5e2c32e)

Co-authored-by: Victor Stinner <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 20, 2021
…onGH-28466)

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.

Cleanup also test_get_argc_argv().
(cherry picked from commit 5e2c32e)

Co-authored-by: Victor Stinner <[email protected]>
miss-islington added a commit that referenced this pull request Sep 20, 2021
…8466)

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.

Cleanup also test_get_argc_argv().
(cherry picked from commit 5e2c32e)

Co-authored-by: Victor Stinner <[email protected]>
ambv pushed a commit that referenced this pull request Sep 20, 2021
…8466) (GH-28471)

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.

Cleanup also test_get_argc_argv().
(cherry picked from commit 5e2c32e)

Co-authored-by: Victor Stinner <[email protected]>
niyas-sait pushed a commit to niyas-sait/cpython that referenced this pull request Sep 21, 2021
…onGH-28466)

Calling Py_InitializeFromConfig()+Py_RunMain() multiple times must
not crash.

Cleanup also test_get_argc_argv().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants