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 Ronny.Pfannschmidt, alex, petri.lehtinen, python-dev, rhettinger
Date 2011-10-30.21:38:15
SpamBayes Score 0.01860972
Marked as misclassified No
Message-id <1320010696.27.0.542556187416.issue13274@psf.upfronthosting.co.za>
In-reply-to
Content
I went ahead an added the guards to the pure python code.

Still disagree with your assertion that non-cpython implementations were somehow broken when an undefined behavior was implemented in a different way -- nsmallest() and nlargest() have no guaranteed meaning for negative numbers.
History
Date User Action Args
2011-10-30 21:38:16rhettingersetrecipients: + rhettinger, alex, python-dev, petri.lehtinen, Ronny.Pfannschmidt
2011-10-30 21:38:16rhettingersetmessageid: <1320010696.27.0.542556187416.issue13274@psf.upfronthosting.co.za>
2011-10-30 21:38:15rhettingerlinkissue13274 messages
2011-10-30 21:38:15rhettingercreate