bpo-40364: asyncio uses os.waitstatus_to_exitcode() by vstinner · Pull Request #23798 · python/cpython

@vstinner

test_unix_events.py no longer checks if waitstatus_to_exitcode() mock
has been called or not to make the test more functional, rather than
checking the exact implementation.

asvetlov

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
test_unix_events.py no longer checks if waitstatus_to_exitcode() mock
has been called or not to make the test more functional, rather than
checking the exact implementation.