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 c69ee9d commit f08b1ddCopy full SHA for f08b1dd
2 files changed
Doc/whatsnew/3.14.rst
@@ -371,7 +371,7 @@ faulthandler
371
------------
372
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`.
+ :func:`faulthandler.dump_c_stack` or via the *c_stack* argument in :func:`faulthandler.enable`.
375
376
377
fractions
Misc/NEWS.d/next/Library/2024-12-21-13-31-55.gh-issue-127604.etL5mf.rst
@@ -1,3 +1,3 @@
1
Add support for printing the C stack trace on systems that support it via
2
:func:`faulthandler.dump_c_stack` or via the *c_stack* argument in
3
-:func:`faulthandler.c_stack`.
+:func:`faulthandler.enable`.
0 commit comments