mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Issue #22079: PyType_Ready() now checks that statically allocated type has
no dynamically allocated bases.
This commit is contained in:
commit
66acbb28ee
2 changed files with 17 additions and 0 deletions
|
|
@ -1519,6 +1519,9 @@ Build
|
|||
C API
|
||||
-----
|
||||
|
||||
- Issue #22079: PyType_Ready() now checks that statically allocated type has
|
||||
no dynamically allocated bases.
|
||||
|
||||
- Issue #22453: Removed non-documented macro PyObject_REPR().
|
||||
|
||||
- Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue