]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Nov 2019 01:51:30 +0000 (02:51 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 01:51:30 +0000 (02:51 +0100)
commitbe143ec99674ba38c5811f34cdb85ef39c2dc8f8
treefb6f916b483c7dd7506d92899604cd17a4344e0d
parent01b1cc12e7c6a3d6a3d27ba7c731687d57aae92a
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)

The PyFPE_START_PROTECT() and PyFPE_END_PROTECT() macros are empty:
they have been doing nothing for the last year  (since commit
735ae8d139a673b30b321dc10acfd3d14f0d633b), so stop using them.
Misc/NEWS.d/next/Core and Builtins/2019-11-18-16-37-49.bpo-38835.-U4se1.rst [new file with mode: 0644]
Modules/_tkinter.c
Modules/clinic/cmathmodule.c.h
Modules/cmathmodule.c
Modules/mathmodule.c
Objects/complexobject.c
Objects/floatobject.c
Python/bltinmodule.c
Python/pystrtod.c