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 eric.araujo, giampaolo.rodola, rhettinger, ssapin, stutzbach, terry.reedy
Date 2013-03-26.06:54:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364280871.78.0.412518060047.issue13742@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a rough draft implementation for a fully encapsulated Heap() class that is thread-safe, supports minheaps and maxheaps, and efficiently implements key-functions (called no more than once per key).
History
Date User Action Args
2013-03-26 06:54:31rhettingersetrecipients: + rhettinger, terry.reedy, giampaolo.rodola, stutzbach, eric.araujo, ssapin
2013-03-26 06:54:31rhettingersetmessageid: <1364280871.78.0.412518060047.issue13742@psf.upfronthosting.co.za>
2013-03-26 06:54:31rhettingerlinkissue13742 messages
2013-03-26 06:54:31rhettingercreate