Skip to content

gh-76785: Add _PyType_GetModuleName() to the Internal C-API#112323

Merged
ericsnowcurrently merged 1 commit intopython:mainfrom
ericsnowcurrently:pytype-get-module-name
Nov 22, 2023
Merged

gh-76785: Add _PyType_GetModuleName() to the Internal C-API#112323
ericsnowcurrently merged 1 commit intopython:mainfrom
ericsnowcurrently:pytype-get-module-name

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
@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().
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 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.

2 participants