Skip to content

Commit eb76a51

Browse files
committed
Fix missing :c:func:
1 parent 71c6fdd commit eb76a51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,9 +1668,10 @@ New features
16681668
Python 3.14.
16691669
(Contributed by Victor Stinner in :gh:`142417`.)
16701670

1671-
* Add :c:func:`PyUnstable_DumpTraceback` and `PyUnstable_DumpTracebackThreads`
1672-
functions to safely output Python stacktraces. These were previously internal
1673-
functions ``_Py_DumpTraceback`` and ``_Py_DumpTracebackThreads``.
1671+
* Add :c:func:`PyUnstable_DumpTraceback` and
1672+
:c:func:`PyUnstable_DumpTracebackThreads` functions to safely output Python
1673+
stacktraces. These were previously internal functions ``_Py_DumpTraceback``
1674+
and ``_Py_DumpTracebackThreads``.
16741675
(Contributed by Alex Malyshev in :gh:`145559`.)
16751676

16761677
Changed C APIs

0 commit comments

Comments
 (0)