diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-21 16:53:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 16:53:13 (GMT) |
commit | a1bf329bca80a0259da454c936075e11e6af710f (patch) | |
tree | 739c979b6084526941603b45ce6d17fb6a502002 /Python/getversion.c | |
parent | fda88864980ffce57add0ea03fb9cbda2798975e (diff) | |
download | cpython-a1bf329bca80a0259da454c936075e11e6af710f.zip cpython-a1bf329bca80a0259da454c936075e11e6af710f.tar.gz cpython-a1bf329bca80a0259da454c936075e11e6af710f.tar.bz2 |
bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749)
Add types removed by mistake by the commit adding
_PyTypes_FiniTypes().
Move also PyBool_Type at the end, since it depends on PyLong_Type.
PyBytes_Type and PyUnicode_Type no longer depend explicitly on
PyBaseObject_Type: it's the default of PyType_Ready().
Diffstat (limited to 'Python/getversion.c')
0 files changed, 0 insertions, 0 deletions