]> granicus.if.org Git - python/commit
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish().
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 10:23:56 +0000 (13:23 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 10:23:56 +0000 (13:23 +0300)
commitc8bc3d1c07e120ce4c887d618f9934e961453b3d
tree57dd73a983a17b01f7064bc926dfa49b82a46baf
parentc3adf1e09b2cd981e4f3e07ef93c19c9513f4846
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish().
Patch by Xiang Zhang.
Objects/unicodeobject.c