This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Addition of _heappush_max method to complete the max heap implementation in Python's heapq module
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: eric.smith, yatharthmathur
Priority: normal Keywords: patch

Created on 2021-08-18 04:12 by yatharthmathur, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 27806 closed yatharthmathur, 2021-08-18 04:12
PR 27807 closed yatharthmathur, 2021-08-18 04:17
Messages (1)
msg399846 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-08-18 14:21
This has been discussed and rejected in at least issue 27295 and issue 42240, and probably others.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89107
2021-08-19 03:37:18rhettingersetstatus: open -> closed
resolution: duplicate
stage: patch review -> resolved
2021-08-18 14:21:18eric.smithsetnosy: + eric.smith
messages: + msg399846
2021-08-18 12:28:32yatharthmathursetcomponents: + Library (Lib)
2021-08-18 04:17:36yatharthmathursetkeywords: + patch
stage: patch review
pull_requests: + pull_request26274
2021-08-18 04:12:48yatharthmathurcreate