cpython/Misc/NEWS.d/next/C_API
Petr Viktorin 0c26dbd16e
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining (GH-133080)
Both were added in 3.13, are undocumented, and don't make sense in 3.14 due to
changes in the stack overflow detection machinery (gh-112282).

PEP 387 exception for skipping a deprecation period: https://github.com/python/steering-council/issues/288
2025-04-29 12:56:20 +02:00
..
2024-12-31-15-28-14.gh-issue-50333.KxQUXa.rst gh-50333: Deprecate support of non-tuple sequences in PyArg_ParseTuple() (GH-128374) 2025-04-08 14:26:32 +03:00
2025-01-08-18-55-57.gh-issue-112068.ofI5Fl.rst gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303) 2025-04-08 22:08:00 +03:00
2025-04-13-20-52-39.gh-issue-132470.UqBQjN.rst gh-132470: Prevent crash in ctypes.CField when byte_size is incorrect (#132475) 2025-04-22 16:13:00 +03:00
2025-04-22-13-59-30.gh-issue-132798.asfafhs.rst gh-132798: Schedule removal of PyUnicode_AsDecoded/Encoded functions for 3.15 (#132799) 2025-04-25 15:07:41 +02:00
2025-04-25-11-39-24.gh-issue-132909.JC3n_l.rst gh-132909: handle overflow for 'K' format in do_mkvalue (#132911) 2025-04-25 11:02:57 +00:00
2025-04-26-12-00-52.gh-issue-132987.vykZGN.rst gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988) 2025-04-26 17:14:18 +03:00
2025-04-28-13-27-48.gh-issue-133079.DJL2sK.rst gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining (GH-133080) 2025-04-29 12:56:20 +02:00
README.rst Move NEWS entries out of directories with spaces (GH-127067) 2024-11-20 18:52:46 +00:00

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

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