Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.1k
Star
74.2k
Code
Issues
5k+
Pull requests
2.4k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-29679: Implement @contextlib.asynccontextmanager
- #360
#360
Merged
1st1
merged 18 commits into
python:master
python/cpython:master
from
JelleZijlstra:asynccontextmanager
JelleZijlstra/cpython:asynccontextmanager
Copy head branch name to clipboard
May 1, 2017
Conversation
Commits
18
(18)
Checks
Files changed
Merged
bpo-29679: Implement @contextlib.asynccontextmanager
#360
1st1
merged 18 commits into
python:master
python/cpython:master
from
JelleZijlstra:asynccontextmanager
JelleZijlstra/cpython:asynccontextmanager
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2017
implement @asynccontextmanager
Show description for 904e8a8
JelleZijlstra
committed
904e8a8
View commit details
Copy full SHA for 904e8a8
Browse repository at this point
add it to __all__
JelleZijlstra
committed
b3d59f1
View commit details
Copy full SHA for b3d59f1
Browse repository at this point
add tests (duplicating the @contextmanager ones)
JelleZijlstra
committed
a1d5b3f
View commit details
Copy full SHA for a1d5b3f
Browse repository at this point
Commits on Mar 1, 2017
add docs
JelleZijlstra
committed
c5b8b43
View commit details
Copy full SHA for c5b8b43
Browse repository at this point
back out ContextDecorator for asynccontextmanager (it doesn't work); fix docstring
JelleZijlstra
committed
ca77cd2
View commit details
Copy full SHA for ca77cd2
Browse repository at this point
move asynccontextmanager tests into their own file
JelleZijlstra
committed
689f4a5
View commit details
Copy full SHA for 689f4a5
Browse repository at this point
Commits on Mar 2, 2017
fix when tests are run after test_asyncio
JelleZijlstra
committed
299d968
View commit details
Copy full SHA for 299d968
Browse repository at this point
add a few more tests
JelleZijlstra
committed
e974d48
View commit details
Copy full SHA for e974d48
Browse repository at this point
combine duplicate tests
JelleZijlstra
committed
5808a4c
View commit details
Copy full SHA for 5808a4c
Browse repository at this point
additional test for RuntimeError wrapping
JelleZijlstra
committed
9caa243
View commit details
Copy full SHA for 9caa243
Browse repository at this point
address 1st1's comments
JelleZijlstra
committed
64e6908
View commit details
Copy full SHA for 64e6908
Browse repository at this point
Commits on Mar 3, 2017
clean up "except:" and explain why we can't do that for @contextmanager
JelleZijlstra
committed
178433b
View commit details
Copy full SHA for 178433b
Browse repository at this point
old-style classes, not strings
JelleZijlstra
committed
6d0dddb
View commit details
Copy full SHA for 6d0dddb
Browse repository at this point
add to whatsnew (and alphabetize modules)
JelleZijlstra
committed
ad65b4d
View commit details
Copy full SHA for ad65b4d
Browse repository at this point
add wraps decorator, add to docstring
JelleZijlstra
committed
737fd0f
View commit details
Copy full SHA for 737fd0f
Browse repository at this point
unalphabetize whatsnew
JelleZijlstra
committed
3fc20a7
View commit details
Copy full SHA for 3fc20a7
Browse repository at this point
Commits on Mar 8, 2017
Merge branch 'master' into asynccontextmanager
1st1
authored
06697a8
View commit details
Copy full SHA for 06697a8
Browse repository at this point
Commits on Apr 30, 2017
Merge branch 'master' into asynccontextmanager
JelleZijlstra
authored
bb8de0d
View commit details
Copy full SHA for bb8de0d
Browse repository at this point
You can’t perform that action at this time.