diff options
author | Victor Stinner <vstinner@python.org> | 2021-06-29 14:39:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 14:39:29 (GMT) |
commit | 823460daa9fab3d0cf00ec553d1e35635ef73d40 (patch) | |
tree | b91cfcc6093d29eefdd51670e8ce87265e8de961 /Python/symtable.c | |
parent | 50148cacfaa79d199b71fec89c2dbe7efbae41ca (diff) | |
download | cpython-823460daa9fab3d0cf00ec553d1e35635ef73d40.zip cpython-823460daa9fab3d0cf00ec553d1e35635ef73d40.tar.gz cpython-823460daa9fab3d0cf00ec553d1e35635ef73d40.tar.bz2 |
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.
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions