diff options
author | Thomas Grainger <tagrain@gmail.com> | 2024-12-28 14:59:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 14:59:49 (GMT) |
commit | aab51c3414bc815c4c31e8ef2a9003f4a546faa9 (patch) | |
tree | 65dde154dbc0c7a6765904d25bd3c70db5368c04 /Lib/ntpath.py | |
parent | aeb9b65aa26444529e4adc7d6e5b0d3dd9889ec2 (diff) | |
download | cpython-aab51c3414bc815c4c31e8ef2a9003f4a546faa9.zip cpython-aab51c3414bc815c4c31e8ef2a9003f4a546faa9.tar.gz cpython-aab51c3414bc815c4c31e8ef2a9003f4a546faa9.tar.bz2 |
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.
Diffstat (limited to 'Lib/ntpath.py')
0 files changed, 0 insertions, 0 deletions