commit | cb33a01bbc933415efba1c5930ebd9237545f48a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 23 09:44:50 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 23 09:44:50 2016 +0300 |
tree | bb1366a2cee87b2737c54de7439620bde2e569b6 | |
parent | 523c449ca0651ce2d06129671fe18d49946bee99 [diff] |
Issue #28510: Clean up decoding error handlers. Since PyUnicodeDecodeError_GetObject() always returns bytes, following PyBytes_AsString() can be replaced with PyBytes_AS_STRING().