]> granicus.if.org Git - python/commit
bpo-31619: Fixed a ValueError when convert a string with large number of underscores...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Oct 2017 11:13:44 +0000 (14:13 +0300)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2017 11:13:44 +0000 (14:13 +0300)
commit85c0b8941f0c8ef3ed787c9d504712c6ad3eb5d3
tree0b5ed0847156a9397d7b8bbee4ed6349a689172c
parent1a87de7fcfa3c19f08e29047337c350b4a32b259
bpo-31619: Fixed a ValueError when convert a string with large number of underscores (#3827)

to integer with binary base.
Lib/test/test_int.py
Misc/NEWS.d/next/Core and Builtins/2017-09-29-20-32-24.bpo-31619.6gQ1kv.rst [new file with mode: 0644]
Objects/longobject.c