mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| inspect_deferred_annotations.py | ||
| inspect_fodder.py | ||
| inspect_fodder2.py | ||
| inspect_stock_annotations.py | ||
| inspect_stringized_annotations.py | ||
| inspect_stringized_annotations_2.py | ||
| inspect_stringized_annotations_pep695.py | ||
| test_inspect.py | ||