Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/faulthandler.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
picnixz and ZeroIntensity authored Apr 27, 2025
commit f73ed0bf82d9e81048c86f7be54d9b94552856b2
2 changes: 1 addition & 1 deletion Doc/library/faulthandler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ C Stack Compatibility
*********************

If the system does not support the C-level :manpage:`backtrace(3)`
or :manpage:`dladdr(3)`, then C stack dumps will not work.
or :manpage:`dladdr1(3)`, then C stack dumps will not work.
An error will be printed instead of the stack.

Additionally, some compilers do not support :term:`CPython's <CPython>`
Expand Down
Loading