[issue44591] Added max heap push

Raymond Hettinger report at bugs.python.org
Fri Jul 9 11:13:40 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Thanks for the suggestion, but only the minheap functions are public.  The maxheap functions are private, for internal use only.  Currently, there is no internal need for a maxheap push.

----------
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44591>
_______________________________________


More information about the Python-bugs-list mailing list