]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40455: Remove gcc10 warning about x_digits (#19852)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 4 May 2020 13:32:42 +0000 (22:32 +0900)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 13:32:42 +0000 (22:32 +0900)
commitb88cd585d36d6285a5aeb0b6fdb70c134062181e
tree4c5538097274b66804c69601b1805ccbd9ee9509
parent5e8ffe147710e449c2e935a4e2ff5cbd19828a8a
bpo-40455: Remove gcc10 warning about x_digits (#19852)

* bpo-40455: Remove gcc10 warning about x_digits

* bpo-40455: nit

* bpo-40455: fix logic error
Objects/longobject.c