Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Objects
intobject.c
Find file
Blame
History
Permalink
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980)
· d13169fc
Victor Stinner
authored
May 19, 2018
Fixes incorrect error text for int('1', base=1000) and long('1', base=1000).
d13169fc