Skip to content

Commit fee757e

Browse files
corona10vstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <[email protected]>
1 parent 4dd1ee4 commit fee757e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,9 +1253,9 @@ Build changes
12531253
modules that are missing or packaged separately.
12541254
(Contributed by Stan Ulbrych and Petr Viktorin in :gh:`139707`.)
12551255

1256-
* Annotating anonymous mmap usage is now supported if Linux kernel supports ``PR_SET_VMA_ANON_NAME``.
1256+
* Annotating anonymous mmap usage is now supported if Linux kernel supports ``PR_SET_VMA_ANON_NAME`` (Linux 5.17 or newer).
12571257
Annotations are visible in ``/proc/<pid>/maps`` if the kernel supports the feature
1258-
and ``-X dev`` is passed to the Python or Python is built in debug mode.
1258+
and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode <debug-build>`.
12591259
(Contributed by Donghee Na in :gh:`141770`)
12601260

12611261

0 commit comments

Comments
 (0)