]> granicus.if.org Git - python/commit
bpo-34087: Backport tests for int/float/complex (GH-8274)
authorINADA Naoki <methane@users.noreply.github.com>
Sat, 14 Jul 2018 07:38:14 +0000 (16:38 +0900)
committerGitHub <noreply@github.com>
Sat, 14 Jul 2018 07:38:14 +0000 (16:38 +0900)
commitb2f8aa0c998d331ab2b4c701756a6427c0e91d48
tree66f878f8a4ab9474ff2074c14020f6b74207b803
parent083a836937b734fcc81b2482d2c52825caff0115
bpo-34087: Backport tests for int/float/complex (GH-8274)

Cherrypick tests from 16dfca4d829e45f36e71bf43f83226659ce49315

While the regression is not in 3.6, it's worth to backport test cases
to 3.6 branch too.
Lib/test/test_complex.py
Lib/test/test_float.py
Lib/test/test_long.py
Python/pystrtod.c