SIGN IN SIGN UP

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

Allow to call type_repr() on a type which is not fully initialized
yet. This fix helps debugging crashes occurring early at Python
initialization.
V
Victor Stinner committed
823460daa9fab3d0cf00ec553d1e35635ef73d40
Parent: 50148ca
Committed by GitHub <noreply@github.com> on 6/29/2021, 2:39:29 PM