Message78396
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. |
|
Date |
User |
Action |
Args |
2008-12-28 10:40:48 | pitrou | set | recipients:
+ pitrou, georg.brandl, benjamin.peterson |
2008-12-28 10:40:48 | pitrou | set | messageid: <1230460848.14.0.336544466435.issue4759@psf.upfronthosting.co.za> |
2008-12-28 10:40:26 | pitrou | link | issue4759 messages |
2008-12-28 10:40:26 | pitrou | create | |
|