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