[2.7] bpo-36147: Fix a variable going out of scope. by stratakis · Pull Request #12102 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
[2.7] bpo-36147: Fix a variable going out of scope.#12102
vstinner merged 1 commit intopython:2.7from
[2.7] bpo-36147: Fix a variable going out of scope.#12102
vstinner merged 1 commit intopython:2.7from
Conversation
Copy link Copy Markdown
Contributor
The s_get function leaks the result variable.
Partially backport commit 19b5254
to fix it.
The s_get function leaks the result variable. Partially backport commit 19b5254 to fix it.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
vstinner approved these changes Mar 4, 2019
Copy link Copy Markdown
Member
vstinner
left a comment
vstinner
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, that's a copy of the code used in the master branch.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
vstinner
added
the
skip news
label
vstinner
merged commit
098b139
into
python:2.7
bedevere-bot
removed
the
awaiting merge
label
stratakis
deleted the
bpo36147
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment