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 a479584 commit 549ba62Copy full SHA for 549ba62
Doc/library/faulthandler.rst
@@ -84,9 +84,9 @@ Dumping the C stack
84
C Stack Compatibility
85
*********************
86
87
-If the system does not support the C-level :manpage:`backtrace(3)`,
88
-:manpage:`backtrace_symbols(3)`, or :manpage:`dladdr(3)`, then C stack dumps
89
-will not work. An error will be printed instead of the stack.
+If the system does not support the C-level :manpage:`backtrace(3)`
+or :manpage:`dladdr(3)`, then C stack dumps will not work.
+An error will be printed instead of the stack.
90
91
Additionally, some compilers do not support :term:`CPython's <CPython>`
92
implementation of C stack dumps. As a result, a different error may be printed
0 commit comments