Skip to content

bpo-40545: Expose _PyErr_GetTopmostException in the public C API #19977

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

Closed
wants to merge 2 commits into from

Conversation

jd
Copy link
Contributor

@jd jd commented May 7, 2020

This makes it possible to use it in a C extension module.

https://bugs.python.org/issue40545

This makes it possible to use it in a C extension module.
@vstinner
Copy link
Member

vstinner commented May 7, 2020

Oh. I didn't expect a PR. I wrote PR #19978 :-) Your NEWS entry is wrong, the function is not public: it is private ;-)

@jd
Copy link
Contributor Author

jd commented May 7, 2020

Oh, awesome! Thank you @vstinner. I'll close mine then!

@jd jd closed this May 7, 2020
@jd jd deleted the expose-_PyErr_GetTopmostException branch May 7, 2020 10:42
@vstinner
Copy link
Member

vstinner commented May 7, 2020

I merged my PR #19978 since I prefer my own NEWS entry :-D But I credited your in the commit message ;-) Thanks @jd!

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