8000 Make the whatsnew entry more specific. · python/cpython@8a5b784 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a5b784

Browse files
committed
Make the whatsnew entry more specific.
1 parent 64707a2 commit 8a5b784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ errno
370370
faulthandler
371371
------------
372372

373-
* Add support for printing the C stack trace on systems that support it.
373+
* Add support for printing the C stack trace on systems that support it via
374+
:func:`faulthandler.dump_c_stack` or via the *c_stack* argument in :func:`faulthandler.c_stack`.
374375

375376

376377
fractions

0 commit comments

Comments
 (0)
0