cpython/Modules/_multiprocessing
Victor Stinner 8d234cd315
gh-85283: Build posixshmem extension with Limited C API (#111087)
Build the _multiprocessing.posixshmem extension with the Limited C
API.

* Add <errno.h> include.
* Replace PyUnicode_AsUTF8() with PyUnicode_AsUTF8AndSize().
2023-10-20 00:23:49 +02:00
..
clinic gh-85283: Build posixshmem extension with Limited C API (#111087) 2023-10-20 00:23:49 +02:00
multiprocessing.c gh-108494: Argument Clinic: inline parsing code for positional-only parameters in the limited C API (GH-108622) 2023-09-03 17:28:14 +03:00
multiprocessing.h gh-108765: multiprocessing.h includes <unistd.h> (#108823) 2023-09-02 17:54:39 +00:00
posixshmem.c gh-85283: Build posixshmem extension with Limited C API (#111087) 2023-10-20 00:23:49 +02:00
semaphore.c gh-108765: Python.h no longer includes <sys/time.h> (#108775) 2023-09-02 17:51:19 +02:00