mirror of
https://github.com/python/cpython.git
synced 2026-05-09 12:00:49 +00:00
Add NEWS blurb for gh-149180
This commit is contained in:
parent
fac7153d17
commit
d903177225
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue