This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2006-12-03.07:11:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It would be better if this was based on a monotonic clock if available on the system (such as the  POSIX CLOCK_MONOTONIC argument to clock_gettime). "Guessing" jumps in the time is inherently unreliable; in your code, you won't notice changes that involve less than 10s.

Notice that the same problem exists for Thread.join; it would be good if they were fixed together.
History
Date User Action Args
2007-08-23 15:55:29adminlinkissue1607149 messages
2007-08-23 15:55:29admincreate