[issue31099] Timer error pop from empty deque/list

R. David Murray report at bugs.python.org
Tue Aug 1 16:58:34 EDT 2017


R. David Murray added the comment:

Perhaps I'm missing something, but isn't this to be expected?  Timer will run d.popleft() repeatedly until you get the error you see because the list is empty.  Are you thinking that setup is run each time?  That would defeat its purpose.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31099>
_______________________________________


More information about the Python-bugs-list mailing list