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

gh-106320: Remove private _PyErr_WriteUnraisableMsg() #108863

Merged
merged 1 commit into from Sep 4, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 4, 2023

Move the private _PyErr_WriteUnraisableMsg() functions to the internal C API (pycore_pyerrors.h).

Move write_unraisable_exc() from _testcapi to _testinternalcapi.

Move the private _PyErr_WriteUnraisableMsg() functions to the
internal C API (pycore_pyerrors.h).

Move write_unraisable_exc() from _testcapi to _testinternalcapi.
@vstinner
Copy link
Member Author

vstinner commented Sep 4, 2023

See also issue #108082: [C API] Enhance PyErr_WriteUnraisable() API to pass an error message.

@vstinner
Copy link
Member Author

vstinner commented Sep 4, 2023

Windows x64 job failed on downloading OpenSSL. I re-run the job to see if it has been solved.

@vstinner
Copy link
Member Author

vstinner commented Sep 4, 2023

Windows x64 job failed on downloading OpenSSL. I re-run the job to see if it has been solved.

It failed again at "Fetching openssl-bin-3.0.9..." :-( I trigger a new job... and this test, openssl-bin was downloaded successfully.

@vstinner vstinner merged commit 6765938 into python:main Sep 4, 2023
21 of 22 checks passed
@vstinner vstinner deleted the remove_write_unraisable branch September 4, 2023 23:54
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.

None yet

2 participants