Message251869
I can reproduce this with 3.4.3 and 3.5.0:
>>> import codecs
>>> codecs.escape_encode(b'')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: Objects/bytesobject.c:3553: bad argument to internal function |
|
Date |
User |
Action |
Args |
2015-09-29 16:23:20 | The Compiler | set | recipients:
+ The Compiler, lemburg, doerwalter |
2015-09-29 16:23:20 | The Compiler | set | messageid: <1443543800.33.0.489853899894.issue25271@psf.upfronthosting.co.za> |
2015-09-29 16:23:20 | The Compiler | link | issue25271 messages |
2015-09-29 16:23:20 | The Compiler | create | |
|