File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1670,8 +1670,7 @@ New features
16701670
16711671* Add :c:func: `PyUnstable_DumpTraceback ` and
16721672 :c:func: `PyUnstable_DumpTracebackThreads ` functions to safely output Python
1673- stacktraces. These were previously internal functions ``_Py_DumpTraceback ``
1674- and ``_Py_DumpTracebackThreads ``.
1673+ stacktraces.
16751674 (Contributed by Alex Malyshev in :gh: `145559 `.)
16761675
16771676Changed C APIs
Original file line number Diff line number Diff line change 1- Rename `_Py_DumpTraceback ` and `_Py_DumpTracebackThreads ` to `PyUnstable_DumpTraceback ` and `PyUnstable_DumpTracebackThreads `.
1+ Rename `` _Py_DumpTraceback `` and `` _Py_DumpTracebackThreads `` to :c:func: `PyUnstable_DumpTraceback ` and :c:func: `PyUnstable_DumpTracebackThreads `.
You can’t perform that action at this time.
0 commit comments