bpo-46417: Add missing types of _PyTypes_InitTypes() by vstinner · Pull Request #30749 · python/cpython · GitHub
Skip to content

bpo-46417: Add missing types of _PyTypes_InitTypes() - #30749

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:init_types
Jan 21, 2022
Merged

vstinner merged 1 commit into
python:mainfrom
vstinner:init_types

Conversation

@vstinner

@vstinner vstinner commented Jan 21, 2022

Copy link
Copy Markdown
Member

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().

https://bugs.python.org/issue46417

@vstinner

Copy link
Copy Markdown
Member Author

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().
@vstinner

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit a1bf329 into python:main Jan 21, 2022
@vstinner
vstinner deleted the init_types branch January 21, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants