-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-46530: add "thread_time"
to test_time.test_get_clock_info
#30913
Conversation
@gvanrossum I think this one can be merged. |
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.
Agreed.
@gvanrossum: Please replace |
Backports? |
|
Thanks @sobolevn for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @sobolevn for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-30977 is a backport of this pull request to the 3.9 branch. |
…thonGH-30913) (cherry picked from commit c27a331) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…thonGH-30913) (cherry picked from commit c27a331) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-30978 is a backport of this pull request to the 3.10 branch. |
Failures look unrelated 🤔 Both backports make sense: |
|
Look at you, making the buildbots run out of disk space. (This one also looks unrelated. The buildbot ran out of space before it even finished compiling the interpreter.) |
If I can break something, I will break it 😒 Maybe we should create a new issue in |
|
…thonGH-30913) (cherry picked from commit c27a331) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Originally discovered here: python/typeshed#7040
https://bugs.python.org/issue46530