X Tutup
Skip to content

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

Merged
encukou merged 1 commit intopython:3.12from
miss-islington:backport-a840806-3.12
Jul 10, 2023
Merged

[3.12] gh-105227: Add PyType_GetDict() (GH-105747)#106600
encukou merged 1 commit intopython:3.12from
miss-islington:backport-a840806-3.12

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup