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 socketpair
Recipients abarnert, eric.smith, levkivskyi, r.david.murray, rhettinger, socketpair
Date 2016-10-17.16:54:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476723249.24.0.676894775253.issue28433@psf.upfronthosting.co.za>
In-reply-to
Content
@r.david.murray

Please see answres at https://groups.google.com/forum/#!topic/python-ideas/nPOi2LtVsR4

No one say that adding sorted containers is bad idea. Some people say that specific use-cases require specific solutions, but they also said that it is good to add solution, that is not-so-bad for a gneric case.

The most appropriate solution (as I think) is pure-python sorted containers that are proven to be bug-free and has perfromance comparison against many other libraries. http://www.grantjenks.com/docs/sortedcontainers. This will make support of PyPy/IronPython/e.t.c automagically.

Why not to add it to CPython distribution (like asyncio) ?
History
Date User Action Args
2016-10-17 16:54:09socketpairsetrecipients: + socketpair, rhettinger, eric.smith, r.david.murray, abarnert, levkivskyi
2016-10-17 16:54:09socketpairsetmessageid: <1476723249.24.0.676894775253.issue28433@psf.upfronthosting.co.za>
2016-10-17 16:54:09socketpairlinkissue28433 messages
2016-10-17 16:54:08socketpaircreate