Skip to content

Commit fa52b0e

Browse files
committed
Addrss code review
1 parent bd02cc5 commit fa52b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/mmap.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
333333
Annotate the memory map with the given *name* for easier identification
334334
in ``/proc/<pid>/maps`` if the kernel supports the feature and :option:`-X dev <-X>` is passed
335335
to the Python or Python is built in :ref:`debug mode <debug-build>`
336+
The length of *name* must not exceed 67 bytes.
336337

337338
.. availability:: Linux >= 5.17
338339

0 commit comments

Comments
 (0)