]> granicus.if.org Git - python/commit
Issue #28526: Use PyUnicode_AsEncodedString() instead of
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Oct 2016 16:33:22 +0000 (19:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Oct 2016 16:33:22 +0000 (19:33 +0300)
commit9e7d6a9d5efed11ca35f86a79db026a5a852af56
tree8096f8146c9cf2d1c2c6a21b8fc5f2a5b5c35662
parentb574e77122f25b41fe6ed27744a8089bfb6b82ea
parent802426f99b93e8338c0c3fc6df0b97eb6b211a3e
Issue #28526: Use PyUnicode_AsEncodedString() instead of
PyUnicode_AsEncodedObject() in _curese to ensure that the result
is a bytes object.