Serhiy Storchaka cb33a01bbc Issue #28510: Clean up decoding error handlers.
Since PyUnicodeDecodeError_GetObject() always returns bytes, following
PyBytes_AsString() can be replaced with PyBytes_AS_STRING().
2016-10-23 09:44:50 +03:00
..
2016-09-07 09:26:18 -07:00
2016-09-18 23:49:51 -07:00
2016-09-09 23:11:52 -07:00
2016-09-13 22:46:15 -07:00
2016-01-26 00:40:57 +01:00
2016-09-21 11:37:27 +02:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library