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 jab, rhettinger
Date 2009-07-31.17:18:07
SpamBayes Score 0.051687688
Marked as misclassified No
Message-id <1249060688.88.0.699508139967.issue6614@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, 2.7 and 3.1 already have automatic selection of sort()/min()/max()
alternatives.  They use pure python to dispatch to the underlying C
functions:

http://svn.python.org/view/python/branches/release31-maint/Lib/heapq.py?revision=73579&view=markup
History
Date User Action Args
2009-07-31 17:18:08rhettingersetrecipients: + rhettinger, jab
2009-07-31 17:18:08rhettingersetmessageid: <1249060688.88.0.699508139967.issue6614@psf.upfronthosting.co.za>
2009-07-31 17:18:07rhettingerlinkissue6614 messages
2009-07-31 17:18:07rhettingercreate