File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ also be used to improve performance.
782782
783783.. option :: --without-frame-pointers
784784
785- Build without frame pointers ( enabled by default, see :pep: `831 `).
785+ Disable frame pointers, which are enabled by default ( see :pep: `831 `).
786786
787787 By default, the build appends ``-fno-omit-frame-pointer `` and
788788 ``-mno-omit-leaf-frame-pointer `` to ``BASECFLAGS `` so profilers,
Original file line number Diff line number Diff line change @@ -1985,7 +1985,7 @@ Build changes
19851985
19861986* CPython is now built with frame pointers enabled by default
19871987 (:pep: `831 `). Pass :option: `--without-frame-pointers ` to opt out.
1988- (Contributed by Pablo Galindo Salgado and Savannah Ostrowski in :gh: `149202 `.)
1988+ (Contributed by Pablo Galindo Salgado and Savannah Ostrowski in :gh: `149201 `.)
19891989
19901990.. _whatsnew315-windows-tail-calling-interpreter :
19911991
You can’t perform that action at this time.
0 commit comments