Skip to content

Fix comments for heapq.siftup_max()#135359

Merged
kumaraditya303 merged 2 commits intopython:mainfrom
yoney:heapq_siftup_max
Jul 3, 2025
Merged

Fix comments for heapq.siftup_max()#135359
kumaraditya303 merged 2 commits intopython:mainfrom
yoney:heapq_siftup_max

Conversation

@yoney
Copy link
Copy Markdown
Contributor

@yoney yoney commented Jun 10, 2025

Fix the comments for the heapq module. The siftup() and siftup_max() functions are very similar, with only 1 line of difference. However, the siftup_max() still keeps the comments from the siftup().

Python version of siftup_max() has the correct comments

def _siftup_max(heap, pos):

@yoney yoney marked this pull request as ready for review June 10, 2025 20:11
@yoney yoney requested a review from rhettinger as a code owner June 10, 2025 20:11
Copy link
Copy Markdown
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@ZeroIntensity ZeroIntensity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We generally don't accept changes to comments because they're considered cosmetic, but this one seems useful for maintenance purposes.

@kumaraditya303 kumaraditya303 merged commit 8f8bdf2 into python:main Jul 3, 2025
39 checks passed
@miss-islington-app
Copy link
Copy Markdown

Thanks @yoney for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 3, 2025
(cherry picked from commit 8f8bdf2)

Co-authored-by: Alper <alperyoney@fb.com>
Co-authored-by: mpage <mpage@meta.com>
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jul 3, 2025

GH-136232 is a backport of this pull request to the 3.14 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 3, 2025
(cherry picked from commit 8f8bdf2)

Co-authored-by: Alper <alperyoney@fb.com>
Co-authored-by: mpage <mpage@meta.com>
@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 3, 2025
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jul 3, 2025

GH-136233 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 3, 2025
kumaraditya303 pushed a commit that referenced this pull request Jul 3, 2025
Fix comments for `heapq.siftup_max` (GH-135359)
(cherry picked from commit 8f8bdf2)

Co-authored-by: Alper <alperyoney@fb.com>
Co-authored-by: mpage <mpage@meta.com>
kumaraditya303 pushed a commit that referenced this pull request Jul 3, 2025
Fix comments for `heapq.siftup_max` (GH-135359)
(cherry picked from commit 8f8bdf2)

Co-authored-by: Alper <alperyoney@fb.com>
Co-authored-by: mpage <mpage@meta.com>
AndPuQing pushed a commit to AndPuQing/cpython that referenced this pull request Jul 11, 2025
Co-authored-by: mpage <mpage@meta.com>
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
Co-authored-by: mpage <mpage@meta.com>
picnixz pushed a commit to picnixz/cpython that referenced this pull request Jul 13, 2025
Co-authored-by: mpage <mpage@meta.com>
@yoney yoney deleted the heapq_siftup_max branch July 15, 2025 17:26
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
Co-authored-by: mpage <mpage@meta.com>
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
Co-authored-by: mpage <mpage@meta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants