-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
[3.6] bpo-34901 - add isolated (-I) flag to sys.flags (GH-9708) #9755
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
Conversation
|
@danishprakash From the devguide, backport commit messages should look similar to: I believe that you need to edit the PR title line using the Edit button to the right of the title to reflect the correct @ned-deily Please let us know if my guidance above is incorrect. I haven't done a manual backport so I wasn't sure the best way to clear the bedevere requirements. |
willingc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
thanks a lot, @willingc, I completely forgot about that. However, regarding putting the bug tracker link in the commit message, I was under the impression that one of the bots did the linking back and forth. But it appears that this is not the case for this PR.
I'm not really sure if that's how it should be done. Editing a commit message is different from editing PR metadata and should be done manually using git. But thanks anyway, I'd make sure this is fixed. |
|
On second thought, I don't think adding a |
f36ad6a to
d982589
Compare
|
@willingc, @danishprakash, There's no need to add the Markdown URL link for the issue into the commit message. The first line of the PR and or the commit should be something like:
The Including cherry-picked info could be useful. Note that a cherry-picked change may have been manually edited ( |
|
Oh, nice! I see now that the bot is editing the comment to include the URL link! Sorry, @willingc! Let's see if I can edit it out. Perhaps an issue should be opened against bedevere for being a little too zealous? |
|
@ned-deily I have opened python/bedevere#136 . This also caused confusion in #9906 (comment) where comments are rewritten without notification unless the author re-reads it. I have added a suggestion for bedevere to skip this when bpo-DDDD is inside backticks. Thanks |
|
The bpo number belongs in the title, where it is left alone, not in the commit message. I think non-master commits should have the branch number in the title so one can immediately tell what branch is affected. It also appears in the browser tab. For instance, I see "[3.6] bpo-34901" on this tab. I agree that 'cherry-picked' (or possibly 'backported') should essentially always be present. |
|
@terryjreedy "The bpo number belongs in the title, where it is left alone, not in the commit message". I'm confused by your comment. The bpo number belongs both in the PR title and the "title" or first line of the commit message. The PR title is strictly a Github construct and does not end up in the cpython repo, unlike the commit message. |
(cherry picked from commit 656d52d)
https://bugs.python.org/issue34901