Skip to content

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

Closed
jd wants to merge 2 commits intopython:masterfrom
jd:expose-_PyErr_GetTopmostException
Closed

bpo-40545: Expose _PyErr_GetTopmostException in the public C API#19977
jd wants to merge 2 commits intopython:masterfrom
jd:expose-_PyErr_GetTopmostException

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