Stefan Behnel added the comment:

Updating the type declaration file to remove the dependency on the list builtin 
and allow arbitrary containers. The test code has this dependency (calls 
a.sort()), but the current statistics module in the stdlib does not (calls 
sorted()). Timings do not change, at least not more than you would expect by 
randomisation (i.e. repeated runs go up and down within the same bounds). Note 
that the timings are still specific to lists and would be higher for other 
containers.

----------
Added file: http://bugs.python.org/file35429/select.pxd

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21592>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to