diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-06-08 21:13:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 21:13:12 (GMT) |
commit | 31b950ab86f5c99a18c16dbf1900b854b94e0659 (patch) | |
tree | 952f36b6ca2216ad2f5357a139ba04a49422ac31 /Python/ast.c | |
parent | ca1b66fd059758bbd6e2cc62c8f2adecefe8f942 (diff) | |
download | cpython-31b950ab86f5c99a18c16dbf1900b854b94e0659.zip cpython-31b950ab86f5c99a18c16dbf1900b854b94e0659.tar.gz cpython-31b950ab86f5c99a18c16dbf1900b854b94e0659.tar.bz2 |
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)
Fix a reference leak in _io._WindowsConsoleIO: PyUnicode_FSDecoder()
always initialize decodedname when it succeed and it doesn't clear
input decodedname object.
(cherry picked from commit 29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c)
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions