]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build posixshmem extension with Limited C API (#111087)
authorVictor Stinner <vstinner@python.org>
Thu, 19 Oct 2023 22:23:49 +0000 (00:23 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 22:23:49 +0000 (00:23 +0200)
commit8d234cd315a4c98a87778cc15e7563c7fe74881f
tree19d965bc2381fde579545cdea77dfaaef2ef61b0
parent9376728ce45191fcc0b908c7487ad7985454537e
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().
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Build/2023-10-17-01-56-11.gh-issue-85283.V156T2.rst
Modules/_multiprocessing/clinic/posixshmem.c.h
Modules/_multiprocessing/posixshmem.c