Files
cpython/Modules
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
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.