commit | 204946986feee7bc80b233350377d24d20fcb1b8 | [log] [tgz] |
---|---|---|
author | Petr Viktorin <encukou@gmail.com> | Fri Feb 11 17:22:11 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 11 17:22:11 2022 +0100 |
tree | e66ab16090f97845e0f95f981c720954e244d102 | |
parent | e0bcfd0e4db193743d4bafc48d10f15ae9ed7b2b [diff] |
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>