Skip to content

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

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

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

Conversation

@jd

@jdjd commented May 7, 2020

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

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

jd commented May 7, 2020

Copy link
Copy Markdown
ContributorAuthor

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

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

Copy link
Copy Markdown
Member

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 freeto 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

@jd@vstinner@the-knights-who-say-ni@bedevere-bot