commit | f1de55fb334004c5e23d1adfe5d59957674f38a6 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 19 22:33:10 2013 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 19 22:33:10 2013 +1000 |
tree | 9bb511393d52a7ffaa676b9c6cebc2ee50599016 | |
parent | a7261921811d6fc47ddfc9fe548c10a9f9f61b73 [diff] |
Also chain codec exceptions that allow weakrefs 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.