Issue #22079: PyType_Ready() now checks that statically allocated type has

no dynamically allocated bases.
This commit is contained in:
Serhiy Storchaka 2015-01-28 11:06:04 +02:00
commit 66acbb28ee
2 changed files with 17 additions and 0 deletions

View file

@ -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`,