cpython/Misc/NEWS.d/next/C API
Victor Stinner 232dda6cbc
bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)
If name is NULL, name is now set to co->co_name.
If qualname is NULL, qualname is now set to name.

qualname must not be NULL: it is used to build error messages.

Cleanup also the code: declare variables where they are initialized.
Rename "name" local variables to "varname" to avoid overriding "name"
parameter.
2020-06-04 15:19:02 +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
2020-06-03-17-48-13.bpo-40679.3sgWma.rst bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) 2020-06-04 15:19:02 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

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

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