This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, stutzbach
Date 2021-09-21.23:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632267183.52.0.669700899599.issue45259@roundup.psfhosted.org>
In-reply-to
Content
The underscore functions are private and for internal use.  There is no _heappush_max() because we didn't need it internally and it would just be dead code.

Thanks for the report.
History
Date User Action Args
2021-09-21 23:33:03rhettingersetrecipients: + rhettinger, stutzbach
2021-09-21 23:33:03rhettingersetmessageid: <1632267183.52.0.669700899599.issue45259@roundup.psfhosted.org>
2021-09-21 23:33:03rhettingerlinkissue45259 messages
2021-09-21 23:33:03rhettingercreate