]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:56:44 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2026 09:56:44 +0000 (12:56 +0300)
commitadfde794751ee73d12659d5d408aed59caeda36b
tree87bd69fb0a372ca5d62da7054da03c4dfbacedf8
parentc181c5fa16273f0cc4d7ed20a016e0921f60fdfd
[3.14] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH-140288) (#148987)

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]