Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c https://github.com/python/cpython/commit/29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月08日 (2017年6月08日) Changed paths: M Modules/_io/winconsoleio.c Log Message: ----------- 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.