Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jun 8, 2017

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 29adc13)

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 29adc13)
@vstinner vstinner merged commit 31b950a into python:3.6 Jun 8, 2017
@vstinner vstinner deleted the winconsoleio36 branch June 8, 2017 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants