]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
authorPetr Viktorin <encukou@gmail.com>
Fri, 11 Feb 2022 16:22:11 +0000 (17:22 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 16:22:11 +0000 (17:22 +0100)
commit204946986feee7bc80b233350377d24d20fcb1b8
treee66ab16090f97845e0f95f981c720954e244d102
parente0bcfd0e4db193743d4bafc48d10f15ae9ed7b2b
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)

* Make PyType_GetModuleByDef public (remove underscore)

Co-authored-by: Victor Stinner <vstinner@python.org>
21 files changed:
Doc/c-api/type.rst
Doc/howto/clinic.rst
Doc/whatsnew/3.11.rst
Include/cpython/object.h
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2022-02-02-17-58-49.bpo-46613.__ZdpH.rst [new file with mode: 0644]
Modules/_csv.c
Modules/_functoolsmodule.c
Modules/_queuemodule.c
Modules/_randommodule.c
Modules/_sqlite/module.h
Modules/_ssl.c
Modules/_ssl.h
Modules/_struct.c
Modules/_testmultiphase.c
Modules/_threadmodule.c
Modules/arraymodule.c
Modules/cjkcodecs/multibytecodec.c
Modules/clinic/_testmultiphase.c.h
Objects/typeobject.c
Python/Python-tokenize.c