We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Co-authored-by: Nick Coghlan [email protected]
https://bugs.python.org/issue33042
Sorry, something went wrong.
bpo-33042: Fix pre-initialization sys module configuration (pythonGH-…
9081b76
…6157) - new test case for pre-initialization of sys.warnoptions and sys._xoptions - restored ability to call these APIs prior to Py_Initialize - updated the docs for the affected APIs to make it clear they can be called before Py_Initialize - also enhanced the existing embedding test cases to check for expected settings in the sys module (cherry picked from commit bc77eff) Co-authored-by: Nick Coghlan <[email protected]>
@ncoghlan: Backport status check is done, and it's a success ✅ .
c6d94c3
Thanks!
ncoghlan ncoghlan approved these changes
Successfully merging this pull request may close these issues.