]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (#140288)
authorBartosz Sławecki <bartosz@ilikepython.com>
Sat, 25 Apr 2026 14:24:40 +0000 (16:24 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2026 14:24:40 +0000 (15:24 +0100)
commit5ea3ae7c97f06cebcbbe81b142ee4a2b23d980e9
tree1ce9f428407da62773f78d0ff500ca051f376f23
parent9dab866f9ca564a8b9c73393c1a2b1139583d018
gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (#140288)
Lib/asyncio/__main__.py
Lib/test/test_repl.py
Misc/NEWS.d/next/Library/2025-10-18-12-13-39.gh-issue-140287.49iU-4.rst [new file with mode: 0644]