]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
authorPetr Viktorin <encukou@gmail.com>
Wed, 20 Oct 2021 09:32:14 +0000 (11:32 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 09:32:14 +0000 (02:32 -0700)
commit98fa3b53e2aecc5ecec64a921bc9cf4f9d07ac75
treed2f4bbd327543ef2801c9830c0c8c686587561b1
parent085ccb0f177988065dbe9ef4c5cda434560066bc
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)

Also, reword the What's New messages: this doesn't change the limited API, it only brings the Py_LIMITED_API macro closer to the ideal of only allowing the limited API.

Automerge-Triggered-By: GH:encukou
Doc/whatsnew/3.11.rst
Include/marshal.h
Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst