cpython/Misc/NEWS.d/next/C API
Victor Stinner ec0082ca46
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Remove functions in the C API:

* PyEval_AcquireLock()
* PyEval_ReleaseLock()
* PyEval_InitThreads()
* PyEval_ThreadsInitialized()

But keep these functions in the stable ABI.

Mention "make regen-limited-abi" in "make regen-all".
2023-06-01 13:41:56 +02:00
..
2023-05-19-10-22-34.gh-issue-104668.MLX1g9.rst GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674) 2023-05-22 19:34:34 +00:00
2023-05-29-16-09-27.gh-issue-104922.L23qaU.rst gh-104922: Make PY_SSIZE_T_CLEAN not mandatory again (#105051) 2023-05-31 18:38:55 +09:00
2023-05-30-10-15-13.gh-issue-105071.dPtp7c.rst gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (#105072) 2023-05-30 15:03:36 +01:00
2023-05-30-17-45-32.gh-issue-105115.iRho1K.rst gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Builtin Types (gh-105115) 2023-05-31 00:13:35 +00:00
2023-05-30-19-11-09.gh-issue-105107.YQwMnm.rst gh-105107: Remove PyCFunction_Call() function (#105181) 2023-06-01 11:25:55 +02:00
2023-05-31-16-51-18.gh-issue-105145.b3B6lJ.rst gh-105145: Remove old functions to config Python init (#105154) 2023-06-01 09:14:02 +02:00
2023-05-31-18-37-57.gh-issue-105156.R4El5V.rst gh-105156: Deprecate the old Py_UNICODE type in C API (#105157) 2023-06-01 08:56:35 +02:00
2023-06-01-11-23-28.gh-issue-105182.kLEHl-.rst gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183) 2023-06-01 13:41:56 +02:00
2023-06-01-11-24-03.gh-issue-105182.l5sCw4.rst gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183) 2023-06-01 13:41:56 +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/