commit | 99d28c56708bff1f442e1df5748adb2620542c61 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Dec 16 12:11:24 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 16 12:11:24 2020 +0100 |
tree | 5af36d44fea2703337105c867cf69cfadc6eb61f | |
parent | 5f0fe8ec70120f4586d08978b0911b436f82c421 [diff] |
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.