]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Dec 2020 11:11:24 +0000 (12:11 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 11:11:24 +0000 (12:11 +0100)
commit99d28c56708bff1f442e1df5748adb2620542c61
tree5af36d44fea2703337105c867cf69cfadc6eb61f
parent5f0fe8ec70120f4586d08978b0911b436f82c421
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)

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.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py