Skip to content
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

Fix test_signalctl_wait_for_09 #6835

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Fix test_signalctl_wait_for_09 #6835

merged 1 commit into from
Feb 13, 2024

Conversation

elprans
Copy link
Member

@elprans elprans commented Feb 13, 2024

Under Python 3.12+ stdin.readline() is returning EOF after the process
is terminated; let's replace it with a infinite future.

Under Python 3.12+ `stdin.readline()` is returning `EOF` after the process
is terminated; let's replace it with a infinite future.
Copy link
Member

@fantix fantix left a comment

Choose a reason for hiding this comment

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

Thanks!

@elprans elprans merged commit a65ad3c into master Feb 13, 2024
23 checks passed
@elprans elprans deleted the signalctl_3_12 branch February 13, 2024 19:59
fantix added a commit that referenced this pull request Feb 14, 2024
@fantix fantix mentioned this pull request Feb 14, 2024
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.

2 participants