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-76785: Add _PyType_GetModuleName() to the Internal C-API #112323

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Nov 22, 2023

The new function corresponds to the existing (public) PyType_GetName() and PyType_GetQualName().

(I'm going to be using _PyType_GetModuleName() for the _xxsubinterpreters module.)

@ericsnowcurrently ericsnowcurrently merged commit 790db85 into python:main Nov 22, 2023
32 checks passed
@ericsnowcurrently ericsnowcurrently deleted the pytype-get-module-name branch November 22, 2023 22:03
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…thongh-112323)

The new function corresponds to the existing (public) PyType_GetName() and PyType_GetQualName().
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