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 Dennis Sweeney
Recipients Dennis Sweeney, colorfulappl, erlendaasland
Date 2021-12-31.14:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640960567.38.0.543020193305.issue46192@roundup.psfhosted.org>
In-reply-to
Content
Kind of like what's mentioned at https://github.com/faster-cpython/ideas/discussions/131 , it may be interesting to explore implementing min()/max() in Pure python, considering recent specializations to COMPARE_OP, and potential future specializations of FOR_ITER.
History
Date User Action Args
2021-12-31 14:22:47Dennis Sweeneysetrecipients: + Dennis Sweeney, erlendaasland, colorfulappl
2021-12-31 14:22:47Dennis Sweeneysetmessageid: <1640960567.38.0.543020193305.issue46192@roundup.psfhosted.org>
2021-12-31 14:22:47Dennis Sweeneylinkissue46192 messages
2021-12-31 14:22:47Dennis Sweeneycreate