bpo-31619: Fixed a ValueError when convert a string with large number by serhiy-storchaka · Pull Request #3827 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Lib/test/test_int.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed a ValueError when convert a string with large number of underscores
to integer with binary base.
8 changes: 4 additions & 4 deletions Objects/longobject.c