[issue44591] Added max heap push

2021-07-09 Thread Ritav Das


Change by Ritav Das :


--
resolution: later -> rejected
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Ritav Das


Ritav Das  added the comment:

But why not? It's plays a very pivotal role when in competitive coding and 
solving python coding questions in general.

Making them public would help thousands of fellow coders like me by making this 
process more convenient.

--
resolution: rejected -> later
status: closed -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Raymond Hettinger


Raymond Hettinger  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Zachary Ware


Change by Zachary Ware :


--
components: +Library (Lib) -Windows
nosy: +rhettinger -zach.ware
stage:  -> patch review
versions: +Python 3.11 -Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Ritav Das


Change by Ritav Das :


--
title: Added man heap push -> Added max heap push

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com