Add NEWS blurb for gh-149180

This commit is contained in:
Anuj Bharambe 2026-05-03 15:44:40 +05:30
parent fac7153d17
commit d903177225

View file

@ -0,0 +1,3 @@
During :func:`PyType_Ready`, ``tp_as_number``, ``tp_as_sequence``, and
``tp_as_mapping`` are now guaranteed to be non-NULL for all ready types.
Types that don't define their own struct share a common empty one.