]> granicus.if.org Git - python/commit
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Dec 2017 22:15:00 +0000 (23:15 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2017 22:15:00 +0000 (23:15 +0100)
commit721e25c6535d08bd3d4d891fb2b540472e19f899
treece7e3b202b33bfeeda4469c6992fe8c4a065312c
parent747f48e2e92390c44c72f52a1239959601cde157
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)

test_asycio: remove also aio_path which was used when asyncio was
developed outside the stdlib.
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_faulthandler.py