[issue39874] Heappush of Maxheap version does not exist

2020-03-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: The maxheap is not part of the public API. It is for internal use by merge() and nsmallest(). -- assignee: -> rhettinger nosy: +rhettinger resolution: -> rejected stage: patch review -> resolved status: open -> closed __

[issue39874] Heappush of Maxheap version does not exist

2020-03-06 Thread BongK
Change by BongK : -- keywords: +patch pull_requests: +18163 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18805 ___ Python tracker ___ __

[issue39874] Heappush of Maxheap version does not exist

2020-03-06 Thread BongK
Change by BongK : -- components: +Library (Lib) type: -> enhancement versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-l

[issue39874] Heappush of Maxheap version does not exist

2020-03-06 Thread BongK
New submission from BongK : heappush of maxheap version does not exist in heapq.py -- messages: 363501 nosy: vbnmzx1 priority: normal severity: normal status: open title: Heappush of Maxheap version does not exist ___ Python tracker