-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-40077: Convert _queuemodule to use heap types #23136
Conversation
8ae2983
to
5966894
Compare
FYI, rebased onto master, applied |
I have made the requested changes; please review again. |
Thanks for making the requested changes! : please review the changes made to this pull request. |
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.
+1, thank you @erlend-aasland
|
Thanks for reviewing, @pitrou ! |
The typo did no damage, but it looks suspicious and confusing. Introduced by pythonGH-23136.
The typo did no damage, but it looks suspicious and confusing. Introduced by pythonGH-23136. Skip news. Automerge-Triggered-By: GH:pitrou
@pitrou: You merged the commit message with the sentence: And I'm now getting emails from cpython forks, like this commit: |
Ah, sorry. I get this sometimes when my name is mentioned too :-) |
Well, the "automerge" label causes a similar feature and it's part of our workflow. I'm not sure how to ignore such emails. @pganssle has such issue: https://twitter.com/pganssle/status/1379161385863643155 |
It's partly my fault; I cc'd you in the PR text instead of in a separate comment/post. After this incident, I've made sure I don't mention anyone in the PR text. Maybe it could be mentioned in the Dev Guide? Maybe we could make the CI prevent it by rewriting the commit message (if needed) upon merging. |
I asked how to not get spammed on python-committers: https://mail.python.org/archives/list/python-committers@python.org/thread/OCVQ6IYOVTVYW7ADDNOHKR7JDRBYLM3T/ |
@vstinner / @corona10, would you mind reviewing this?
https://bugs.python.org/issue40077
Automerge-Triggered-By: GH:pitrou