Skip to content

gh-121605: Increase timeout in test_pyrepl.run_repl #121606

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 1 commit into from
Jul 13, 2024

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Jul 10, 2024

We also need to close the slave_fd earlier so that reading from master_fd won't block forever when the subprocess finishes.

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
@colesbury colesbury added skip news topic-repl Related to the interactive shell labels Jul 10, 2024
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Jul 10, 2024
@colesbury colesbury added the needs backport to 3.13 bugs and security fixes label Jul 10, 2024
@colesbury colesbury marked this pull request as ready for review July 10, 2024 23:40
@pablogsal pablogsal merged commit abc3aee into python:main Jul 13, 2024
38 checks passed
@miss-islington-app
Copy link

Thanks @colesbury for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 13, 2024
…21606)

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
(cherry picked from commit abc3aee)

Co-authored-by: Sam Gross <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 13, 2024

GH-121702 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 13, 2024
IljaManakov pushed a commit to IljaManakov/cpython that referenced this pull request Jul 13, 2024
)

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
colesbury added a commit that referenced this pull request Jul 13, 2024
#121702)

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
(cherry picked from commit abc3aee)

Co-authored-by: Sam Gross <[email protected]>
@colesbury colesbury deleted the gh-121605-run-repl-timeout branch July 15, 2024 21:06
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
)

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-repl Related to the interactive shell
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants