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 bd02cc5 commit fa52b0eCopy full SHA for fa52b0e
1 file changed
Doc/library/mmap.rst
@@ -333,6 +333,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
333
Annotate the memory map with the given *name* for easier identification
334
in ``/proc/<pid>/maps`` if the kernel supports the feature and :option:`-X dev <-X>` is passed
335
to the Python or Python is built in :ref:`debug mode <debug-build>`
336
+ The length of *name* must not exceed 67 bytes.
337
338
.. availability:: Linux >= 5.17
339
0 commit comments