Skip to content

Commit 3408a2b

Browse files
savannahostrowskipablogsal
authored andcommitted
Fixed whitespace
1 parent 2025921 commit 3408a2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

peps/pep-0830.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Motivation
5151

5252
Python's observability story (profiling, debugging, and system-level tracing)
5353
is 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

5858
Today, users who want to profile CPython with system tools must rebuild the
5959
interpreter 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
906906
produce more complete and more reliable results out of the box.
907907

908908
Though 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
911911
documented in `Opt-Out Configure Flag`_.
912912

913913

0 commit comments

Comments
 (0)