From: Serhiy Storchaka Date: Thu, 27 Oct 2016 16:33:22 +0000 (+0300) Subject: Issue #28526: Use PyUnicode_AsEncodedString() instead of X-Git-Tag: v3.7.0a1~2122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e7d6a9d5efed11ca35f86a79db026a5a852af56;p=thirdparty%2FPython%2Fcpython.git Issue #28526: Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object. --- 9e7d6a9d5efed11ca35f86a79db026a5a852af56