From: Serhiy Storchaka Date: Thu, 27 Oct 2016 16:33:05 +0000 (+0300) Subject: Issue #28526: Use PyUnicode_AsEncodedString() instead of X-Git-Tag: v3.6.0b3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=802426f99b93e8338c0c3fc6df0b97eb6b211a3e;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. --- 802426f99b93e8338c0c3fc6df0b97eb6b211a3e