Skip to content

bpo-44531: Fix type_repr() if tp_name is NULL#26948

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:type_repr
Jun 29, 2021
Merged

bpo-44531: Fix type_repr() if tp_name is NULL#26948
vstinner merged 1 commit into
python:mainfrom
vstinner:type_repr

Conversation

@vstinner

@vstinner vstinner commented Jun 29, 2021

Copy link
Copy Markdown
Member

Allow to call type_repr() on a type which is not fully initialized
yet. This fix helps debugging crashes occurring early at Python
initialization.

https://bugs.python.org/issue44531

Allow to call type_repr() on a type which is not fully initialized
yet. This fix helps debugging crashes occurring early at Python
initialization.
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