cpython/Modules/_multiprocessing
Serhiy Storchaka f2b1f6b828
[3.11] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115907)
shm_open() and shm_unlink() now check for embedded null characters in
the name and raise an error instead of silently truncating it.
(cherry picked from commit 79811ededd)
2024-02-25 11:12:07 +00:00
..
clinic
multiprocessing.c
multiprocessing.h
posixshmem.c [3.11] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115907) 2024-02-25 11:12:07 +00:00
semaphore.c [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524) 2023-08-27 12:18:58 +00:00