]> granicus.if.org Git - python/commit
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Sep 2017 18:35:03 +0000 (11:35 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 7 Sep 2017 18:35:03 +0000 (11:35 -0700)
commitb03623227ed1264e3cac4e6bb4878d96b91aa484
tree019511e476f77bf6ed4e2cbfd9c8280ff89d9e96
parentb0d0217c0e4c1512a06ef306928b2fd8f82d046e
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)

(cherry picked from commit a853a8ba7850381d49b284295dd6f0dc491dbe44)
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