Yury Selivanov added the comment:

> What part of the debug timing is more expensive than the select call itself?

Well, there is nothing really expensive there, but:

- time.monotonic() is still a syscall
- logging.log executes a fair amount of code too

----------

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

Reply via email to