cpython/Misc/NEWS.d/next/C API
Victor Stinner 59d3dce69b
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Calling PyDict_GetItem() without GIL held had been allowed for
historical reason. It is no longer allowed.
2020-06-02 14:03:25 +02:00
..
2020-02-08-08-01-35.bpo-39583.qURKSl.rst bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) 2020-06-01 20:35:56 +02:00
2020-05-26-16-21-47.bpo-39573.depAgq.rst bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) 2020-05-27 14:55:10 +02:00
2020-05-27-11-02-15.bpo-40792.pBw2Bb.rst bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 2020-05-28 10:33:45 +03:00
2020-06-01-16-12-37.bpo-40826.zQzFoK.rst bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) 2020-06-01 20:34:15 +02:00
2020-06-01-20-47-49.bpo-40839.bAi52Z.rst bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) 2020-06-02 14:03:25 +02:00
README.rst

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

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