bpo-36763: Fix Py_SetStandardStreamEncoding() by vstinner · Pull Request #13028 · python/cpython · GitHub
Skip to content

bpo-36763: Fix Py_SetStandardStreamEncoding() - #13028

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_set_std_stream
Apr 30, 2019
Merged

vstinner merged 1 commit into
python:masterfrom
vstinner:fix_set_std_stream

Conversation

@vstinner

@vstinner vstinner commented Apr 30, 2019

Copy link
Copy Markdown
Member

Fix memory leak in Py_SetStandardStreamEncoding(): release memory
if the function is called twice.

https://bugs.python.org/issue36763

Fix memory leak in Py_SetStandardStreamEncoding(): release memory
if the function is called twice.
@vstinner
vstinner merged commit 463b82a into python:master Apr 30, 2019
@vstinner
vstinner deleted the fix_set_std_stream branch April 30, 2019 23:43
@bedevere-bot

Copy link
Copy Markdown

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.

3 participants