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 reaperhulk
Recipients reaperhulk
Date 2015-09-29.16:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443542758.27.0.114315188103.issue25270@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5.0 (default, Sep 13 2015, 10:33:07) 
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 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


I've tested this on Python 3.2 through 3.5.
History
Date User Action Args
2015-09-29 16:05:58reaperhulksetrecipients: + reaperhulk
2015-09-29 16:05:58reaperhulksetmessageid: <1443542758.27.0.114315188103.issue25270@psf.upfronthosting.co.za>
2015-09-29 16:05:58reaperhulklinkissue25270 messages
2015-09-29 16:05:58reaperhulkcreate