]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish().
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 10:25:04 +0000 (13:25 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 10:25:04 +0000 (13:25 +0300)
commita4f882306394488c06f0412369d52b25e516a0c6
tree220c91eae50f9d35cd20fc1ab5ebe5a8e60c33cb
parent8416196197187c7fd59b20eed890d5235d6fa3d3
parentc8bc3d1c07e120ce4c887d618f9934e961453b3d
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish().
Patch by Xiang Zhang.
Objects/unicodeobject.c