Skip to content

bpo-32636: Fix two bugs in test_asyncio #5302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2018
Merged

bpo-32636: Fix two bugs in test_asyncio #5302

merged 1 commit into from
Jan 24, 2018

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 24, 2018

  • test_nonstream_socket(): asyncio requires non-blocking sockets
  • CTask_Future_Tests.test_foobar(): fix usage of loop.call_later()

https://bugs.python.org/issue32636

* test_nonstream_socket(): asyncio requires non-blocking sockets
* CTask_Future_Tests.test_foobar(): fix usage of loop.call_later()
@1st1 1st1 merged commit 789e359 into python:master Jan 24, 2018
@1st1
Copy link
Member

1st1 commented Jan 24, 2018

Victor, I hit the button to get this committed asap as I'm doing some local testing and needed this in master.

@vstinner
Copy link
Member Author

vstinner commented Jan 24, 2018 via email

@1st1
Copy link
Member

1st1 commented Jan 24, 2018

:-)

@vstinner vstinner deleted the test_asyncio branch May 29, 2018 22:29
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.

5 participants