@@ -51,9 +51,9 @@ Motivation
5151
5252Python's observability story (profiling, debugging, and system-level tracing)
5353is fundamentally limited by the absence of frame pointers. The core motivation
54- of this PEP is to make Python observable by default, so that profilers are faster
55- and more accurate, debuggers are more reliable, and eBPF-based tools are functional
56- without workarounds.
54+ of this PEP is to make Python observable by default, so that profilers are
55+ faster and more accurate, debuggers are more reliable, and eBPF-based tools
56+ are functional without workarounds.
5757
5858Today, users who want to profile CPython with system tools must rebuild the
5959interpreter with special compiler flags, a step that most users cannot or will
@@ -906,8 +906,8 @@ observable effect is that profilers, debuggers, and system-level tracing tools
906906produce more complete and more reliable results out of the box.
907907
908908Though extensions should see negligible overhead, extension authors who observe a
909- measurable regression in a specific module can opt out as described in
910- `Extension Build Impact `_. The ``--without-frame-pointers `` configure flag is
909+ measurable regression in a specific module can opt out as described in
910+ `Extension Build Impact `_. The ``--without-frame-pointers `` configure flag is
911911documented in `Opt-Out Configure Flag `_.
912912
913913
0 commit comments