-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-32741: Implement TimerHandle.when() #5473
Conversation
The time is an absolute timestamp, using the same time | ||
reference as :meth:`AbstractEventLoop.time`. | ||
|
||
.. versionadded:: 3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..versionadded: 3.8
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for @ned-deily decision
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asvetlov decision taken by @ned-deily ;-) welcome to 3.7 (If I have well read the message)
@asvetlov: Please replace |
Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-5480 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 3d4dbd8) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
https://bugs.python.org/issue32741