]> granicus.if.org Git - python/commit
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Apr 2016 12:37:23 +0000 (15:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Apr 2016 12:37:23 +0000 (15:37 +0300)
commit21a663ea2829b6808dd6981904c393332d271f8e
treede7302e8c98b9b075236c6e52f006835d01562e2
parent131b8f8eee3498d5d334bde9671825bdfe0cf222
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Modules/_codecsmodule.c
Modules/socketmodule.c
Objects/stringlib/find.h
Objects/unicodeobject.c
Python/bltinmodule.c
Python/getargs.c