Skip to content

Commit d71a744

Browse files
committed
Update
1 parent 8ce8281 commit d71a744

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,11 +1253,12 @@ 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`.
1257-
Annotations are visible in `/proc/<pid>/maps` if the kernel supports the feature
1258-
and `-X dev` is passed to the interpreter.
1256+
* Annotating anonymous mmap usage is now supported if Linux kernel supports ``PR_SET_VMA_ANON_NAME``.
1257+
Annotations are visible in ``/proc/<pid>/maps`` if the kernel supports the feature
1258+
and ``-X dev`` is passed to the interpreter.
12591259
(Contributed by Donghee Na in :gh:`141770`)
12601260

1261+
12611262
Porting to Python 3.15
12621263
======================
12631264

0 commit comments

Comments
 (0)