We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c6fdd commit eb76a51Copy full SHA for eb76a51
Doc/whatsnew/3.15.rst
@@ -1668,9 +1668,10 @@ New features
1668
Python 3.14.
1669
(Contributed by Victor Stinner in :gh:`142417`.)
1670
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``.
+* Add :c:func:`PyUnstable_DumpTraceback` and
+ :c:func:`PyUnstable_DumpTracebackThreads` functions to safely output Python
+ stacktraces. These were previously internal functions ``_Py_DumpTraceback``
1674
+ and ``_Py_DumpTracebackThreads``.
1675
(Contributed by Alex Malyshev in :gh:`145559`.)
1676
1677
Changed C APIs
0 commit comments