mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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. |
||
---|---|---|
.. | ||
_hypothesis_stubs | ||
interpreters | ||
__init__.py | ||
ast_helper.py | ||
asynchat.py | ||
asyncore.py | ||
bytecode_helper.py | ||
hashlib_helper.py | ||
hypothesis_helper.py | ||
i18n_helper.py | ||
import_helper.py | ||
logging_helper.py | ||
os_helper.py | ||
pty_helper.py | ||
refleak_helper.py | ||
script_helper.py | ||
smtpd.py | ||
socket_helper.py | ||
strace_helper.py | ||
testcase.py | ||
threading_helper.py | ||
venv.py | ||
warnings_helper.py |