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 AleksandrAQ
Recipients AleksandrAQ
Date 2022-04-06.10:19:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649240349.24.0.663702230761.issue47238@roundup.psfhosted.org>
In-reply-to
Content
This happens on Ubuntu on Python versions 3.8.5 and 3.10.4

I have two threads that can change the system time to a day ago.
If the change in the system time for a day occurs at the time of wait, then I hang for one day plus the waiting time.

I thought Event.wait() uses a monotonous clock, but this behavior points to an absolute clock.

Are there any solutions?
History
Date User Action Args
2022-04-06 10:19:09AleksandrAQsetrecipients: + AleksandrAQ
2022-04-06 10:19:09AleksandrAQsetmessageid: <1649240349.24.0.663702230761.issue47238@roundup.psfhosted.org>
2022-04-06 10:19:09AleksandrAQlinkissue47238 messages
2022-04-06 10:19:09AleksandrAQcreate