[issue16055] incorrect error text for int(base=1000, x='1')

Benjamin Peterson report at bugs.python.org
Fri Sep 28 18:50:58 CEST 2012


Benjamin Peterson added the comment:

Can't you test the PyLong_FromString code path by passing bytes to int()? int(b"42")

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16055>
_______________________________________


More information about the Python-bugs-list mailing list