-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
gh-123978: Remove broken time.thread_time() on NetBSD #124116
gh-123978: Remove broken time.thread_time() on NetBSD #124116
Conversation
serhiy-storchaka
commented
Sep 16, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: test_thread_time fails on NetBSD: time difference exceeds expected threshold #123978
Misc/NEWS.d/next/Library/2024-09-16-12-31-48.gh-issue-123978.z3smEu.rst
Outdated
Show resolved
Hide resolved
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.
LGTM
I'm not sure about backporting this change: it can be surprising that a function disappears in a 3.x.y bugfix release. I prefer to keep the broken function in stable versions. (And sadly it's too late for 3.13.0 final.) |
LGTM |
This function is optional. If the underlying OS function is broken, we either try to implement Python API using other functions or do not provide it at all. This is not the first time we have deal with broken OS API. |
If this is a rationale for backport, well, it's up to you to decide to backport this change or not. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…-124116) (cherry picked from commit e670a11) Co-authored-by: Serhiy Storchaka <[email protected]>
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
GH-124425 is a backport of this pull request to the 3.13 branch. |
…ythonGH-124116) (cherry picked from commit e670a11) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-124427 is a backport of this pull request to the 3.12 branch. |
…) (GH-124425) (cherry picked from commit e670a11) Co-authored-by: Serhiy Storchaka <[email protected]>