Skip to content

gh-121605: Fix test hang when pyrepl is not available#121820

Merged
ambv merged 1 commit into
python:mainfrom
colesbury:gh-121605-repl-hang
Jul 15, 2024
Merged

gh-121605: Fix test hang when pyrepl is not available#121820
ambv merged 1 commit into
python:mainfrom
colesbury:gh-121605-repl-hang

Conversation

@colesbury

@colesbury colesbury commented Jul 15, 2024

Copy link
Copy Markdown
Contributor

The fallback repl does not support "exit" without parentheses, so the test would hang until the timeout expired if pyrepl is not available.

The fallback repl does not support "exit" without parentheses, so the
test would hang until the timeout expired.
@colesbury

Copy link
Copy Markdown
Contributor Author

!buildbot nogil refleaks

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @colesbury for commit 1158009 🤖

The command will test the builders whose names match following regular expression: nogil refleaks

The builders matched are:

  • AMD64 Fedora Rawhide NoGIL refleaks PR
  • AMD64 Ubuntu NoGIL Refleaks PR
  • aarch64 Fedora Rawhide NoGIL refleaks PR
  • PPC64LE Fedora Rawhide NoGIL refleaks PR

@ambv ambv added the topic-repl Related to the interactive shell label Jul 15, 2024
@ambv
ambv merged commit 4134261 into python:main Jul 15, 2024
@miss-islington-app

Copy link
Copy Markdown

Thanks @colesbury for the PR, and @ambv 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 15, 2024
…-121820)

The fallback repl does not support "exit" without parentheses, so the
test would hang until the timeout expired.
(cherry picked from commit 4134261)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app

bedevere-app Bot commented Jul 15, 2024

Copy link
Copy Markdown

GH-121823 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 15, 2024
@colesbury
colesbury deleted the gh-121605-repl-hang branch July 15, 2024 22:55
ambv pushed a commit that referenced this pull request Jul 15, 2024
…) (GH-121823)

The fallback repl does not support "exit" without parentheses, so the
test would hang until the timeout expired.
(cherry picked from commit 4134261)

Co-authored-by: Sam Gross <colesbury@gmail.com>
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…-121820)

The fallback repl does not support "exit" without parentheses, so the
test would hang until the timeout expired.
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.

3 participants