[issue44944] Addition of _heappush_max method to complete the max heap implementation in Python's heapq module

2021-08-18 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue44944] Addition of _heappush_max method to complete the max heap implementation in Python's heapq module

2021-08-18 Thread Eric V. Smith
New submission from Eric V. Smith : This has been discussed and rejected in at least issue 27295 and issue 42240, and probably others. -- nosy: +eric.smith ___ Python tracker

[issue44944] Addition of _heappush_max method to complete the max heap implementation in Python's heapq module

2021-08-18 Thread Yatharth Mathur
Change by Yatharth Mathur : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44944] Addition of _heappush_max method to complete the max heap implementation in Python's heapq module

2021-08-17 Thread Yatharth Mathur
Change by Yatharth Mathur : -- keywords: +patch pull_requests: +26274 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27807 ___ Python tracker ___

[issue44944] Addition of _heappush_max method to complete the max heap implementation in Python's heapq module

2021-08-17 Thread Yatharth Mathur
Change by Yatharth Mathur : -- nosy: yatharthmathur priority: normal pull_requests: 26273 severity: normal status: open title: Addition of _heappush_max method to complete the max heap implementation in Python's heapq module type: enhancement versions: Python 3.11