Python finally supports native max heap operations! Python 3.14 added the following methods to the heapq module: - heapify_max() - heappush_max() - heappop_max() - heapreplace_max() - heappushpop_max( ...