]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121468: Ensure PDB cleans up event loop policies after using asyncio. (#131388)
authorRussell Keith-Magee <russell@keith-magee.com>
Wed, 19 Mar 2025 00:33:31 +0000 (08:33 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 00:33:31 +0000 (08:33 +0800)
commitb754aeedfbae7de0115b4c228b5e3061bc369812
tree5e4b86022c4297ee0f77878f2401fee863532ffb
parentd783d7b51d31db568de6b3438f4e805acff663da
gh-121468: Ensure PDB cleans up event loop policies after using asyncio. (#131388)

Adds teardown logic, plus a change to asyncio.run usage, to avoid warnings when
running the test suite single process.
Lib/test/test_pdb.py