[issue32690] Return function locals() in order of creation?

Nick Coghlan report at bugs.python.org
Mon Jan 29 23:22:33 EST 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Noting the git-fu required for non-master reverts:

- check out the branch of interest and ensure it's up to date
- `git checkout -b bpo-32690-revert-3.6-backport`
- `git revert 9105879bfd7133ecbac67f3e9c0bacf6e477de5a`
- edit commit message as appropriate
- create a PR targeting the branch of interest: https://github.com/python/cpython/pull/5439

Devguide issue here: https://github.com/python/devguide/issues/319

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32690>
_______________________________________


More information about the Python-bugs-list mailing list