commit | 29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 08 18:19:25 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 08 18:19:25 2017 +0200 |
tree | 4d791ba4920af78257ff90789c4f885f2d22285f | |
parent | d52aa31378ae43e044a300edfe8285954c167216 [diff] |
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.