cpython/Misc/NEWS.d/next/C API
Miss Islington (bot) e6d28a1a6a
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Py_IS_TYPE() no longer uses Py_TYPE() to avoid a compiler warning:
no longer cast "const PyObject*" to "PyObject*".
(cherry picked from commit 304dfec8d3)

Co-authored-by: Victor Stinner <vstinner@python.org>
2021-06-11 01:57:16 -07:00
..
2021-06-10-15-22-31.bpo-44378.jGYakF.rst bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) 2021-06-11 01:57:16 -07:00
README.rst

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/