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 benjamin.peterson, georg.brandl, pitrou
Date 2008-12-28.10:40:26
SpamBayes Score 4.746879e-10
Marked as misclassified No
Message-id <1230460848.14.0.336544466435.issue4759@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like there's a problem:

>>> bytearray().translate(None, None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Type NoneType doesn't support the buffer API
>>> bytearray().translate(None, None)
Erreur de segmentation

Also, the patch should probably be backported to trunk.
History
Date User Action Args
2008-12-28 10:40:48pitrousetrecipients: + pitrou, georg.brandl, benjamin.peterson
2008-12-28 10:40:48pitrousetmessageid: <1230460848.14.0.336544466435.issue4759@psf.upfronthosting.co.za>
2008-12-28 10:40:26pitroulinkissue4759 messages
2008-12-28 10:40:26pitroucreate