cpython/Misc/NEWS.d/next/C API
Gregory Szorc 64224a4727
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Otherwise we leave a dangling pointer to free'd memory. If we
then initialize a new interpreter in the same process and call
PyImport_ExtendInittab, we will (likely) crash when calling
PyMem_RawRealloc(inittab_copy, ...) since the pointer address
is bogus.

Automerge-Triggered-By: @brettcannon
2020-05-01 11:07:54 -07:00
..
2020-04-27-14-00-38.bpo-40217.sgn6c8.rst bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733) 2020-04-27 15:24:31 +01:00
2020-04-28-15-47-58.bpo-40421.ZIzOV0.rst bpo-40421: Add PyFrame_GetCode() function (GH-19757) 2020-04-28 19:01:31 +02:00
2020-04-28-19-29-36.bpo-40421.3uIIaB.rst bpo-40421: Add PyFrame_GetBack() function (GH-19765) 2020-04-29 03:28:46 +02:00
2020-04-28-23-17-27.bpo-40428.rmtpru.rst bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) 2020-04-29 02:29:20 +02:00
2020-04-29-01-39-41.bpo-40429.VQfvta.rst bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) 2020-04-29 03:01:43 +02:00
2020-05-01-17-28-04.bpo-40412.dE0D8N.rst bpo-40412: Nullify inittab_copy during finalization (GH-19746) 2020-05-01 11:07:54 -07: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/