gh-123978: Remove broken time.thread_time() on NetBSD#124116
gh-123978: Remove broken time.thread_time() on NetBSD#124116serhiy-storchaka merged 6 commits intopython:mainfrom
Conversation
Misc/NEWS.d/next/Library/2024-09-16-12-31-48.gh-issue-123978.z3smEu.rst
Outdated
Show resolved
Hide resolved
…3smEu.rst Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
|
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. |
|
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 <storchaka@gmail.com>
|
GH-124427 is a backport of this pull request to the 3.12 branch. |
Uh oh!
There was an error while loading. Please reload this page.