-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Add PyType_GetBaseByToken
function with Py_tp_token
slot
#124153
Labels
type-feature
A feature request or enhancement
Comments
The first PR is merged. Keeping this open for the other TODO items. |
This was referenced Sep 20, 2024
savannahostrowski
pushed a commit
to savannahostrowski/cpython
that referenced
this issue
Sep 22, 2024
This was referenced Sep 23, 2024
encukou
pushed a commit
that referenced
this issue
Sep 26, 2024
encukou
pushed a commit
that referenced
this issue
Oct 10, 2024
Completed. Thank you for allowing me to follow up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue implements a proposal related to PEP-489 and PEP-630.
Decision:
TODO:
_PyStgInfo_FromType_NoState()
in_ctypes.c
PyType_GetModuleByDef()
and other functions affected by this feature on Windows PGO buildsTODO (optional):
PyType_GetModuleByDef()
indefdict_or()
(_collectionsmodule.c
)_PyType_GetModuleByDef2()
in_decimal.c
_PyType_GetModuleByDef2()
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
Linked PRs
PyType_GetBaseByToken()
andPy_tp_token
slot #124163_PyType_GetModuleByDef2
private function #124261PyType_GetBaseByToken()
performance #124323PyType_GetBaseByToken()
and friends #124488The text was updated successfully, but these errors were encountered: