Skip to content

gh-143293: Clarify that select.{kqueue,kevent} can be used on macOS#143294

Open
aisk wants to merge 1 commit intopython:mainfrom
aisk:clairify-kqueue-on-mac
Open

gh-143293: Clarify that select.{kqueue,kevent} can be used on macOS#143294
aisk wants to merge 1 commit intopython:mainfrom
aisk:clairify-kqueue-on-mac

Conversation

@aisk
Copy link
Copy Markdown
Member

@aisk aisk commented Dec 30, 2025


(Only supported on BSD.) Returns a kernel queue object; see section
:ref:`kqueue-objects` below for the methods supported by kqueue objects.
(Only supported on BSD and macOS.) Returns a kernel queue object;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not we use the availability directive instead?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I don't know if this should happen in another PR?

Copy link
Copy Markdown
Member

@picnixz picnixz Dec 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering there are many other places to change, let's do it in a separate PR (and not all occurrences use the same availability note)

@picnixz picnixz changed the title gh-143293: Clarify select.kqeueu and select.kevent can be used on macOS gh-143293: Clarify that select.{kqueue,kevent} can be used on macOS Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

4 participants