◐ Shell
clean mode source ↗

bpo-37052: Add examples for mocking async iterators and context managers by tirkarthi · Pull Request #14660 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Conversation

@tirkarthi

@tirkarthi tirkarthi commented

Jul 9, 2019

edited by miss-islington

Loading

Copy link Copy Markdown

Member

Add examples for mocking asynchronous iterators and asynchronous context managers.

https://bugs.python.org/issue37052

Automerge-Triggered-By: @asvetlov

@mangrisano

Copy link Copy Markdown

Contributor

@asvetlov asvetlov left a comment

Copy link Copy Markdown

Contributor

Choose a reason for hiding this comment

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

LGTM

@miss-islington

Copy link Copy Markdown

Contributor

Thanks @tirkarthi for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
…ers (pythonGH-14660)

Add examples for mocking asynchronous iterators and asynchronous context managers.

https://bugs.python.org/issue37052
(cherry picked from commit c8dfa73)

Co-authored-by: Xtreak <tir.karthi@gmail.com>

@bedevere-bot

Copy link Copy Markdown

GH-15834 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request

Sep 10, 2019
…ers (GH-14660)

Add examples for mocking asynchronous iterators and asynchronous context managers.

https://bugs.python.org/issue37052
(cherry picked from commit c8dfa73)

Co-authored-by: Xtreak <tir.karthi@gmail.com>

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…ers (pythonGH-14660)

Add examples for mocking asynchronous iterators and asynchronous context managers.


https://bugs.python.org/issue37052

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@asvetlov asvetlov asvetlov approved these changes

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@tirkarthi @mangrisano @miss-islington @bedevere-bot @asvetlov @the-knights-who-say-ni