cpython/Modules/_multiprocessing
Serhiy Storchaka 79811ededd
gh-115886: Handle embedded null characters in shared memory name (GH-115887)
shm_open() and shm_unlink() now check for embedded null characters in
the name and raise an error instead of silently truncating it.
2024-02-25 11:31:03 +02:00
..
clinic
multiprocessing.c
multiprocessing.h
posixshmem.c gh-115886: Handle embedded null characters in shared memory name (GH-115887) 2024-02-25 11:31:03 +02:00
semaphore.c