]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add _PyType_GetModuleByDef (GH-22835)
authorPetr Viktorin <encukou@gmail.com>
Tue, 3 Nov 2020 21:27:12 +0000 (22:27 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Nov 2020 21:27:12 +0000 (22:27 +0100)
commit57aaaa8d2a43bddffeca4ead5632ce6652945cc0
tree30d87542dadc05d27d170ae279cb80c82855c9fc
parenta603c3d371cda76bae75836faf068e146eb6ab76
Add _PyType_GetModuleByDef (GH-22835)

See https://mail.python.org/archives/list/capi-sig@python.org/thread/T3P2QNLNLBRFHWSKYSTPMVEIL2EEKFJU/ for discussion.

https://bugs.python.org/issue42100
Include/cpython/object.h
Modules/_testmultiphase.c
Modules/clinic/_testmultiphase.c.h
Objects/typeobject.c