-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-81925: Implement the native thread ids for KFreeBSD #111761
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
Conversation
Misc/NEWS.d/next/Core and Builtins/2023-11-05-20-59-10.gh-issue-81925.wKHLSS.rst
Outdated
Show resolved
Hide resolved
39c4998
to
cea0d45
Compare
@@ -127,8 +127,8 @@ class Availability(SphinxDirective): | |||
# known platform, libc, and threading implementations | |||
known_platforms = frozenset({ | |||
"AIX", "Android", "BSD", "DragonFlyBSD", "Emscripten", "FreeBSD", | |||
"Linux", "NetBSD", "OpenBSD", "POSIX", "Solaris", "Unix", "VxWorks", | |||
"WASI", "Windows", "macOS", | |||
"GNU/kFreeBSD", "Linux", "NetBSD", "OpenBSD", "POSIX", "Solaris", |
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.
@encukou Does this seem ok to you?
The code change looks OK to me, but I would not change the docs -- the mentions suggest that we'll keep |
(Sorry, @sthibaul, for maintainers disagreeing with each other with you caught in the cross-fire. Don't change stuff until we agree what to do.) |
We're not promising anything even on other platforms, AFAICT. The tests for |
The buildbot failures are unrelated, so I'll merge. |
Just saw this on the checkins ML and curious: why are we adding support for an officially terminated variant of Debian ? |
GNU/kFreeBSD is not only about Debian. Python already has various places where the GNU/kFreeBSD |
So this is more about supporting FreeBSD, than specifically GNU/kFreeBSD ? That would make sense. |
Yes, it's about supporting the FreeBSD kernel without the usual BSD userland. It's not actually specific to being GNU/kFreeBSD, it could be whatever/kFreeBSD |
The key part of this PR is just adding I think the docs mentioning the never going to be used by any non-hobbyist |
--------- Co-authored-by: Antoine Pitrou <[email protected]>
Triage: I've closed the issue for this PR. Please re-open or create a new issue if needed. |
--------- Co-authored-by: Antoine Pitrou <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.