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 pitrou
Recipients pitrou
Date 2008-01-30.10:59:37
SpamBayes Score 0.016741384
Marked as misclassified No
Message-id <1201690783.64.0.509716401018.issue1973@psf.upfronthosting.co.za>
In-reply-to
Content
>>> bytearray.fromhex('')
bytearray(b'')
>>> bytes.fromhex('')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: Objects/stringobject.c:3131: bad argument to internal function
History
Date User Action Args
2008-01-30 10:59:43pitrousetspambayes_score: 0.0167414 -> 0.016741384
recipients: + pitrou
2008-01-30 10:59:43pitrousetspambayes_score: 0.0167414 -> 0.0167414
messageid: <1201690783.64.0.509716401018.issue1973@psf.upfronthosting.co.za>
2008-01-30 10:59:37pitroulinkissue1973 messages
2008-01-30 10:59:37pitroucreate