]> granicus.if.org Git - python/commit
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number of unders...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Oct 2017 12:38:46 +0000 (05:38 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Oct 2017 12:38:46 +0000 (15:38 +0300)
commitb5a630f3dd30ed628e088efe7523e650087adba2
tree08f4a920aeeef6f08270a531513930ffc2a95cdc
parentec47aff13a3f114787f3ae99b2a7bbdd0162f510
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number of underscores (GH-3827) (#3863)

to integer with binary base.
(cherry picked from commit 85c0b8941f0c8ef3ed787c9d504712c6ad3eb5d3)
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