Skip to content

gh-140287: Handle PYTHONSTARTUP script exceptions in the asyncio REPL - #140288

Merged
pablogsal merged 56 commits into
python:mainfrom
johnslavik:asyncio-repl-handle-python-startup
Apr 25, 2026
Merged

gh-140287: Handle PYTHONSTARTUP script exceptions in the asyncio REPL#140288
pablogsal merged 56 commits into
python:mainfrom
johnslavik:asyncio-repl-handle-python-startup

Conversation

@johnslavik

@johnslavikjohnslavik commented Oct 18, 2025

Copy link
Copy Markdown
Member

This is generally a work in progress; tests are needed.
The asyncio patch is simple and ready.

@johnslavik

Copy link
Copy Markdown
MemberAuthor

Please merge #140298 first.

@johnslavik
johnslavik marked this pull request as ready for review October 23, 2025 14:57
@johnslavik
johnslavik marked this pull request as draft October 23, 2025 15:00
Comment threadLib/test/test_repl.py
Comment threadLib/test/test_repl.py Outdated
@johnslavik

Copy link
Copy Markdown
MemberAuthor

cc @kumaraditya303

@johnslavikjohnslavik added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Apr 5, 2026
@johnslavik
johnslavik requested a review from ambvApril 5, 2026 12:06
@johnslavik
johnslavik requested review from pablogsal and removed request for kumaraditya303April 7, 2026 14:34
Comment threadLib/test/test_repl.py
Comment threadLib/asyncio/__main__.py Outdated
@pablogsal
pablogsal merged commit 5ea3ae7 into python:mainApr 25, 2026
51 checks passed
@miss-islington-app

Copy link
Copy Markdown

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

@bedevere-app

Copy link
Copy Markdown

GH-148987 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Apr 25, 2026
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Apr 25, 2026
ljfp pushed a commit to ljfp/cpython that referenced this pull request Apr 25, 2026
hugovk pushed a commit that referenced this pull request Apr 29, 2026
…ncio REPL (GH-140288) (#148987)
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
hugovk pushed a commit that referenced this pull request Apr 29, 2026
…ncio REPL (GH-140288) (#148988)
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
@johnslavik
johnslavik deleted the asyncio-repl-handle-python-startup branch July 21, 2026 01:55
Sign up for freeto 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

@johnslavik@pablogsal@nazeerali4325-commits