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 b0ca751 commit c9138deCopy full SHA for c9138de
Doc/whatsnew/3.15.rst
@@ -1247,6 +1247,10 @@ Build changes
1247
set to ``no`` or with :option:`!--without-system-libmpdec`.
1248
(Contributed by Sergey B Kirpichev in :gh:`115119`.)
1249
1250
+* Annotating anonymous mmap usage is now supported if Linux kernel supports `PR_SET_VMA_ANON_NAME`.
1251
+ Annotations are visible in `/proc/<pid>/maps` if the kernel supports the feature
1252
+ and `-X dev` is passed to the interpreter.
1253
+ (Contributed by Donghee Na in :gh:`141770`)
1254
1255
Porting to Python 3.15
1256
======================
0 commit comments