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: Heappush of Maxheap version does not exist
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: rhettinger, vbnmzx1
Priority: normal Keywords: patch

Created on 2020-03-06 10:11 by vbnmzx1, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18805 closed vbnmzx1, 2020-03-06 10:32
Messages (2)
msg363501 - (view) Author: BongK (vbnmzx1) Date: 2020-03-06 10:11
heappush of maxheap version does not exist in heapq.py
msg363524 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-03-06 16:01
The maxheap is not part of the public API.  It is for internal use by merge() and nsmallest().
History
Date User Action Args
2022-04-11 14:59:27adminsetgithub: 84055
2020-03-06 16:01:56rhettingersetstatus: open -> closed

assignee: rhettinger

nosy: + rhettinger
messages: + msg363524
resolution: rejected
stage: patch review -> resolved
2020-03-06 10:32:49vbnmzx1setkeywords: + patch
stage: patch review
pull_requests: + pull_request18163
2020-03-06 10:12:06vbnmzx1settype: enhancement
components: + Library (Lib)
versions: + Python 3.8
2020-03-06 10:11:51vbnmzx1create