Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106320: Remove private _PyErr_WriteUnraisableMsg()#108863
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Move the private _PyErr_WriteUnraisableMsg() functions to theinternal C API (pycore_pyerrors.h).Move write_unraisable_exc() from _testcapi to _testinternalcapi.
See also issue#108082: [C API] Enhance PyErr_WriteUnraisable() API to pass an error message. |
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. |
Uh oh!
There was an error while loading.Please reload this page.
Move the private _PyErr_WriteUnraisableMsg() functions to the internal C API (pycore_pyerrors.h).
Move write_unraisable_exc() from _testcapi to _testinternalcapi.