]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Sep 2025 12:20:20 +0000 (14:20 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 12:20:20 +0000 (12:20 +0000)
commit664d17f97a5da146a2a80a2056857e81507fffeb
tree94e3cbfa4d4024b30f658923252604f48438acf9
parent5210e307ae799a700633711f50768c5f08ca3d99
[3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826)

Improve permission error messages in pdb and asyncio.tools (GH-134290)
(cherry picked from commit 419441a6e14aa9e0ebd2484ee8e76d3c544a3c09)

Co-authored-by: ivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Doc/howto/remote_debugging.rst
Lib/asyncio/tools.py
Lib/pdb.py
Lib/test/test_remote_pdb.py