We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd1ee4 commit fee757eCopy full SHA for fee757e
1 file changed
Doc/whatsnew/3.15.rst
@@ -1253,9 +1253,9 @@ Build changes
1253
modules that are missing or packaged separately.
1254
(Contributed by Stan Ulbrych and Petr Viktorin in :gh:`139707`.)
1255
1256
-* Annotating anonymous mmap usage is now supported if Linux kernel supports ``PR_SET_VMA_ANON_NAME``.
+* Annotating anonymous mmap usage is now supported if Linux kernel supports ``PR_SET_VMA_ANON_NAME`` (Linux 5.17 or newer).
1257
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.
+ and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode <debug-build>`.
1259
(Contributed by Donghee Na in :gh:`141770`)
1260
1261
0 commit comments