-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-32690: Preserve order of locals() #5379
Conversation
@rhettinger The code change looks good to me, but are you sure we want to skip the NEWS entry? Otherwise folks may be puzzled as to why the behaviour is different in 3.6.4 and earlier. |
@rhettinger: Please replace |
Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
(cherry picked from commit a4d0001)
GH-5390 is a backport of this pull request to the 3.6 branch. |
…ython#5390)" This reverts commit 9105879 in order to keep the behaviour of locals() consistent between 3.6.4 and 3.6.5+.
This reverts commit 9105879 in order to keep the behaviour of locals() consistent between 3.6.4 and 3.6.5+.
https://bugs.python.org/issue32690