You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, but I'm -1 on this idea. It is not an official CPython's workflow.
cherry_picker is convenience tool, and I don't think we should make forward porting too convenient.
(core devs going to need to be more careful next time 🙂).
I think we will focus on preventative measures, as discussed in #211 and python/bedevere#111.
It could also be ported manually the old fashioned way, using git cherry-pick
Uh oh!
There was an error while loading. Please reload this page.
In #7765 , I opened a PR for 3.6 that was intended for master. After it was committed, I had to forwardport it to master.
When trying to do that, cherry_picker throw an error because it doesn't expect branch names without the X.Y format.
I ended up editing the script for this particular PR.
I know this isn't usual, but if deemed useful, I can take the task and make a PR.
The text was updated successfully, but these errors were encountered: