diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-06-08 18:19:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 18:19:25 +0200 |
commit | 29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c (patch) | |
tree | 4d791ba4920af78257ff90789c4f885f2d22285f /Python | |
parent | d52aa31378ae43e044a300edfe8285954c167216 (diff) | |
download | cpython-git-29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c.tar.gz |
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Fix a reference leak in _io._WindowsConsoleIO: PyUnicode_FSDecoder()
always initialize decodedname when it succeed and it doesn't clear
input decodedname object.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions