]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
authorSergey B Kirpichev <skirpichev@gmail.com>
Wed, 29 May 2024 07:51:19 +0000 (10:51 +0300)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 07:51:19 +0000 (09:51 +0200)
commitcd11ff12ac55f37d38b5ef08c143c78f07da5717
tree10a05f34466399302791c3bda940ac67170cf64f
parent86d1a1aa8841ea182eaf434ae6b942b3e93f58db
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
12 files changed:
Modules/_decimal/_decimal.c
Modules/_json.c
Modules/cmathmodule.c
Modules/mathmodule.c
Objects/complexobject.c
Objects/floatobject.c
Objects/longobject.c
Python/ast_unparse.c
Python/bltinmodule.c
Python/pyhash.c
Python/pystrtod.c
Python/pytime.c