This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients georg.brandl, mark.dickinson, serhiy.storchaka
Date 2017-09-28.14:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506608047.28.0.466225441844.issue31619@psf.upfronthosting.co.za>
In-reply-to
Content
>>> int('1_2_3_4_5_6_7_89', 16)
4886718345
>>> int('1_2_3_4_5_6_7_8_9', 16)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: int string too large to convert
History
Date User Action Args
2017-09-28 14:14:07serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, mark.dickinson
2017-09-28 14:14:07serhiy.storchakasetmessageid: <1506608047.28.0.466225441844.issue31619@psf.upfronthosting.co.za>
2017-09-28 14:14:07serhiy.storchakalinkissue31619 messages
2017-09-28 14:14:07serhiy.storchakacreate