Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32690>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to