Skip to content

[3.12] gh-110395: invalidate open kqueues after fork (GH-110517) #111745

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

Merged
merged 2 commits into from
Nov 11, 2023

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Nov 4, 2023

Invalidate open select.kqueue instances after fork as the fd will be invalid in the child. (cherry picked from commit a6c1c04)

…110517)

Invalidate open select.kqueue instances after fork as the fd will be invalid in the child.
(cherry picked from commit a6c1c04)

Co-authored-by: Davide Rizzo <[email protected]>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

I didn't review the change in main. I reviewed the change as if it was made in main. Feel free to ignore my review. If you care, issues should be addressed by main first.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM. This time, I reviewed the backport itself, and it LGTM.

@gpshead gpshead merged commit 0f7671c into python:3.12 Nov 11, 2023
@gpshead gpshead deleted the backport-a6c1c04-3.12 branch November 11, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants