[Python-Dev] Re: Having Sorted Containers in stdlib?

2021年11月12日 09:10:45 -0800

> And yet, nobody(?) admits to either using it or knowing what it could be 
> used for. How very curious :-/
trio (which IMHO is a somewhat high profile uses it):
https://github.com/python-trio/trio/blob/master/trio/_core/_run.py#L27 
<https://github.com/python-trio/trio/blob/master/trio/_core/_run.py#L27>
And so if I am not mistaken any project that depends on trio will automatically 
need to have sortedcontainers as its dependency? I am not saying this alone 
will explain why sortedcontainers have large number of downloads, but with one 
or two projects like this it will push the number up maybe?
Best,
Bob
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/VW6ZJWGZZEBDHN4VQ4RSXJTUEUPOQHOV/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to