This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients dabeaz, gvanrossum, ncoghlan, ned.deily, njs, rhettinger, vstinner, yselivanov
Date 2018-01-30.04:22:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517286153.0.0.467229070634.issue32690@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-01-30 04:22:33ncoghlansetrecipients: + ncoghlan, gvanrossum, rhettinger, vstinner, ned.deily, njs, dabeaz, yselivanov
2018-01-30 04:22:33ncoghlansetmessageid: <1517286153.0.0.467229070634.issue32690@psf.upfronthosting.co.za>
2018-01-30 04:22:32ncoghlanlinkissue32690 messages
2018-01-30 04:22:32ncoghlancreate