cpython/Misc/NEWS.d/next/C API
Victor Stinner 4f04172c92
gh-111262: Add PyDict_Pop() function (#112028)
_PyDict_Pop_KnownHash(): remove the default value and the return type
becomes an int.

Co-authored-by: Stefan Behnel <stefan_ml@behnel.de>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
2023-11-14 12:51:00 +00:00
..
2023-06-08-21-12-44.gh-issue-67565.UkK3x-.rst gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
2023-07-12-12-14-52.gh-issue-106672.fkRjmi.rst gh-106672: C API: Report indiscriminately ignored errors (GH-106674) 2023-11-07 15:58:04 +02:00
2023-08-28-17-34-10.gh-issue-85283.f1zXcc.rst gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570) 2023-10-17 02:41:51 +02:00
2023-08-28-17-40-51.gh-issue-85283.raFNiD.rst gh-85283: Add PySys_Audit() to the limited C API (#108571) 2023-10-17 16:02:23 +02:00
2023-10-02-23-08-53.gh-issue-109587.UqqnDY.rst gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost of enabling perf-trampolines (#109666) 2023-10-27 03:57:29 +00:00
2023-10-13-14-18-06.gh-issue-110815.tEFLVl.rst gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (GH-110816) 2023-10-14 08:50:03 +03:00
2023-10-17-10-21-59.gh-issue-110964.OxqEjd.rst gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
2023-10-19-22-39-24.gh-issue-108082.uJytvc.rst gh-108082: Add PyErr_FormatUnraisable() function (GH-111086) 2023-10-31 23:42:44 +02:00
2023-10-30-18-13-01.gh-issue-111506.EUdO22.rst gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508) 2023-11-03 18:18:57 +01:00
2023-10-31-14-58-17.gh-issue-111569._V8iu4.rst gh-111569: Implement Python critical section API (gh-111571) 2023-11-08 15:39:29 -07:00
2023-10-31-18-22-03.gh-issue-108765._beYv8.rst gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563) 2023-10-31 21:53:57 +01:00
2023-11-08-18-37-19.gh-issue-111138.3Ypq8h.rst gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) 2023-11-13 16:14:56 +00:00
2023-11-10-10-21-38.gh-issue-111262.2utB5m.rst gh-111262: Add PyDict_Pop() function (#112028) 2023-11-14 12:51:00 +00: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/