]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980)
authorVictor Stinner <vstinner@redhat.com>
Fri, 18 May 2018 23:53:13 +0000 (01:53 +0200)
committerGitHub <noreply@github.com>
Fri, 18 May 2018 23:53:13 +0000 (01:53 +0200)
commitd13169fc5ac7572a272cbcff830c3d96ba27cc7c
tree8fe53d355aa9ba0e514a46abb36ba67e5497d57e
parent6a8954a91a30954b5c4aa469ced9d14702cf2c58
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980)

Fixes incorrect error text for int('1', base=1000)
and long('1', base=1000).
Objects/intobject.c
Objects/longobject.c