mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
4 lines
232 B
ReStructuredText
4 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.
|