[issue9892] Event spends less time in wait() than requested

Antoine Pitrou report at bugs.python.org
Sat Sep 18 16:20:56 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

It consistently doesn't here:
0.10013985633850098
0.1001589298248291
(etc.)

What system are you using? There are two factors:
- accuracy of the timeout in the wait() function
- accuracy of the results returned by time()

Apart from a possible bug in Python, both of these factors depend on the operating system.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list