]> granicus.if.org Git - python/commit
bpo-31373: fix undefined floating-point demotions (#3396)
authorBenjamin Peterson <benjamin@python.org>
Thu, 7 Sep 2017 18:13:59 +0000 (11:13 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 18:13:59 +0000 (11:13 -0700)
commita853a8ba7850381d49b284295dd6f0dc491dbe44
treedb901475288d8942c221c336fc4ad61f596761c3
parentc988ae01fec2e0510d53728e01a5e4bb06761bda
bpo-31373: fix undefined floating-point demotions (#3396)
Include/pymath.h
Misc/NEWS.d/next/Core and Builtins/2017-09-06-15-25-59.bpo-31373.dC4jd4.rst [new file with mode: 0644]
Objects/floatobject.c
Python/getargs.c
Python/pytime.c