]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Nov 2019 11:17:09 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 11:17:09 +0000 (12:17 +0100)
commit488d02a24142948bfb1fafd19fa48e61fcbbabc5
tree19ed65afb8bfbb0552ba2f86ab546d9fb567a859
parente7e699e4df73420ddccaa0057cd07ebb3b590b9b
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)

Exclude PyFPE_START_PROTECT() and PyFPE_END_PROTECT() macros of
pyfpe.h from Py_LIMITED_API (stable API).
Doc/whatsnew/3.9.rst
Include/pyfpe.h
Misc/NEWS.d/next/C API/2019-11-18-15-38-23.bpo-38835.II8Szd.rst [new file with mode: 0644]