]> granicus.if.org Git - python/commit
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 25 Aug 2019 02:45:12 +0000 (19:45 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Aug 2019 02:45:12 +0000 (19:45 -0700)
commit21161d73d979012ec3b7247261178b3aa1555486
tree84103ff184fb812a7fcc366401418c6e0d6f0518
parentbf99801cf74347f0feaac2bf05842dcfa825963d
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)

(cherry picked from commit aef9ad82f7f667cd001a7112d3bc636e918626f7)
Lib/test/clinic.test
Misc/NEWS.d/next/Tools-Demos/2019-08-24-12-11-30.bpo-37942.7H8N9a.rst [new file with mode: 0644]
Modules/clinic/_ssl.c.h
Modules/clinic/_statisticsmodule.c.h
Modules/clinic/audioop.c.h
Modules/clinic/cmathmodule.c.h
Modules/clinic/mathmodule.c.h
Python/clinic/sysmodule.c.h
Python/getargs.c
Tools/clinic/clinic.py