cpython/Misc/NEWS.d/next/Core and Builtins/2022-08-18-13-47-59.gh-issu...

5 lines
232 B
ReStructuredText

:c:func:`PyType_Ready` now initializes ``ht_cached_keys`` and performs
additional checks to ensure that type objects are properly configured. This
avoids crashes in 3rd party packages that don't use regular API to create
new types.