commit | b29cee40ee948731f239cc3a200c62ea3dbabc9f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 27 19:31:49 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 27 19:31:49 2016 +0300 |
tree | 95a955f6be41159ca704d20eb618809655ebef03 | |
parent | bb444772d9121bf742b8f952ad156739ff555ad1 [diff] |
Issue #28526: Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object.