Skip to content

Commit ce1980c

Browse files
committed
Updates to docs
1 parent eb76a51 commit ce1980c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

16771676
Changed C APIs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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`.

0 commit comments

Comments
 (0)