We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0b6f3 commit fc46707Copy full SHA for fc46707
Lib/heapq.py
@@ -216,9 +216,9 @@ def heapify_max(x):
216
# For backwards compadibility
217
_heappop_max = heappop_max
218
_heapreplace_max = heapreplace_max
219
-_heappush_max = _heappush_max
220
-_heappushpop_max = _heappushpop_max
221
-_heapify_max = _heapify_max
+_heappush_max = heappush_max
+_heappushpop_max = heappushpop_max
+_heapify_max = heapify_max
222
223
224
# 'heap' is a heap at all indices >= startpos, except possibly for pos. pos
0 commit comments