Skip to content

bpo-40364: asyncio uses os.waitstatus_to_exitcode()#23798

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:asyncio_exitcode
Dec 16, 2020
Merged

bpo-40364: asyncio uses os.waitstatus_to_exitcode()#23798
vstinner merged 1 commit into
python:masterfrom
vstinner:asyncio_exitcode

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Dec 16, 2020

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.

https://bugs.python.org/issue40364

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.
@vstinner
Copy link
Copy Markdown
Member Author

cc @aeros

Copy link
Copy Markdown
Contributor

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

@vstinner vstinner merged commit 99d28c5 into python:master Dec 16, 2020
@vstinner vstinner deleted the asyncio_exitcode branch December 16, 2020 11:11
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants