• Nick Coghlan's avatar
    Also chain codec exceptions that allow weakrefs · 22293b78
    Nick Coghlan authored
    The zlib and hex codecs throw custom exception types with
    weakref support if the input type is valid, but the data
    fails validation. Make sure the exception chaining in the
    codec infrastructure can wrap those as well.
    22293b78
test_codecs.py 102 KB