mirror of
https://github.com/python/cpython.git
synced 2026-05-29 23:56:56 -04:00
8d234cd315
Build the _multiprocessing.posixshmem extension with the Limited C API. * Add <errno.h> include. * Replace PyUnicode_AsUTF8() with PyUnicode_AsUTF8AndSize().