cpython/Misc/NEWS.d/next/C API
Victor Stinner fd1e1a18fa
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Add PyThreadState_GetFrame() function: get the current frame
of a Python thread state.
2020-03-20 15:51:45 +01:00
..
2019-11-22-14-06-28.bpo-38500.nPEdjH.rst bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) 2020-03-12 23:18:39 +01:00
2020-02-25-20-10-34.bpo-38913.siF1lS.rst bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656) 2020-03-02 08:42:39 +02:00
2020-03-02-11-29-45.bpo-39824.71_ZMn.rst bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) 2020-03-17 18:09:46 +01:00
2020-03-06-23-56-04.bpo-39882.Iqhcqm.rst bpo-39882: Py_FatalError() logs the function name (GH-18819) 2020-03-07 00:54:20 +01:00
2020-03-08-22-56-22.bpo-38643.k2ixx6.rst bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863) 2020-03-09 20:03:38 +02:00
2020-03-09-20-27-19.bpo-38249.IxYbQy.rst bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) 2020-03-09 20:49:52 +02:00
2020-03-10-00-18-16.bpo-39877.GOYtIm.rst bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) 2020-03-10 01:28:54 +01:00
2020-03-12-00-27-26.bpo-39884.CGOJBO.rst bpo-39884: Add method name in "bad call flags" error (GH-18944) 2020-03-12 08:38:11 +01:00
2020-03-12-23-47-57.bpo-39947.-nCdFV.rst bpo-39947: Hide implementation detail of trashcan macros (GH-18971) 2020-03-13 16:51:52 +01:00
2020-03-13-00-15-19.bpo-39947.w3dIru.rst bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) 2020-03-13 10:19:38 +01:00
2020-03-13-16-44-23.bpo-35370.sXRA-r.rst bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) 2020-03-16 17:41:44 +01:00
2020-03-13-17-43-00.bpo-39947.1Cu_d2.rst bpo-39947: Add PyInterpreterState_Get() function (GH-18979) 2020-03-13 18:15:33 +01:00
2020-03-13-18-10-58.bpo-39947.gmEAaU.rst bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) 2020-03-13 23:38:08 +01:00
2020-03-14-01-56-03.bpo-37207.R3jaTy.rst bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) 2020-03-16 15:06:20 +01:00
2020-03-20-14-55-09.bpo-39947.W7uCJ3.rst bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) 2020-03-20 15:51:45 +01:00
README.rst

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

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