Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[3.12] gh-105227: Add PyType_GetDict() (GH-105747) #106600

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 10, 2023

This compensates for static builtin types having tp_dict set to NULL.

(cherry picked from commit a840806)

Co-authored-by: Eric Snow ericsnowcurrently@gmail.com
Co-authored-by: Petr Viktorin encukou@gmail.com


📚 Documentation preview 📚: https://cpython-previews--106600.org.readthedocs.build/

This compensates for static builtin types having `tp_dict` set to `NULL`.

(cherry picked from commit a840806)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants