]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Apr 2026 09:57:19 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2026 09:57:19 +0000 (12:57 +0300)
commit0c83e503cd07ffa51306d873633933b38cb60c74
tree23bc4cd1afa4882fbf2723c94fc908b18c36706c
parent2a64c966af4449041c76e0f9ee8684d802ed2192
[3.13] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH-140288) (#148988)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
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]