Uh oh!
There was an error while loading. Please reload this page.
bpo-40077: Convert _queuemodule to use heap types - #23136
Conversation
8ae2983 to
5966894Compareerlend-aasland
commented
Nov 3, 2020
FYI, rebased onto master, applied |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Nov 6, 2020
I have made the requested changes; please review again. |
bedevere-bot
commented
Nov 6, 2020
Thanks for making the requested changes! : please review the changes made to this pull request. |
bedevere-bot
commented
Nov 7, 2020
|
erlend-aasland
commented
Nov 7, 2020
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
vstinner
commented
Apr 4, 2021
@pitrou: You merged the commit message with the sentence: And I'm now getting emails from cpython forks, like this commit: |
pitrou
commented
Apr 4, 2021
Ah, sorry. I get this sometimes when my name is mentioned too :-) |
vstinner
commented
Apr 6, 2021
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 |
erlend-aasland
commented
Apr 6, 2021
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. |
vstinner
commented
Apr 6, 2021
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