SIGN IN SIGN UP

gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb tests (#128264)

A part of `Lib/test/test_pdb.py` was previously unable to run on WASI/Emscripten
platforms because it lacked support for `asyncio`.
In fact, these tests could be rewritten without the `asyncio` framework because 
`test_pdb` tests the behavior of coroutines, which are not part of `asyncio`.

Now reliance on the availability of `asyncio` has been removed and
part of `test_pdb` that deals with coroutines working on WASI/Emscripten platforms.
T
Thomas Grainger committed
aab51c3414bc815c4c31e8ef2a9003f4a546faa9
Parent: aeb9b65
Committed by GitHub <noreply@github.com> on 12/28/2024, 2:59:49 PM