]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix reference leaks in the translate fast path (closes #21175)
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Apr 2014 00:15:41 +0000 (20:15 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Apr 2014 00:15:41 +0000 (20:15 -0400)
commit1365de764eb260c644f10c16ae84d1b637c2d3c5
treead73527343f9e940b9de236f4491f38dce01945c
parentfa7e11f8c4ae652cbd533b78ac95c0582e03e7c5
fix reference leaks in the translate fast path (closes #21175)

Patch by Josh Rosenberg.
Objects/unicodeobject.c