Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-93357: Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase #93369

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 11 commits into from
Oct 4, 2022
Merged
Prev Previous commit
Next Next commit
Fix another typo
  • Loading branch information
arhadthedev committed May 31, 2022
commit e41c7ca738e4428681fc4d08b9b11b6c28d5cdbc
2 changes: 1 addition & 1 deletion 2 Lib/test/test_asyncio/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ async def handle_client_callback(client_reader, client_writer):
handle_client_callback,
path=path
)
server.start_callback()
server.start()
msg = await client(path)
server.close()
await server.wait_closed()
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.