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
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.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-32949: Simplify "with"-related opcodes.
- #5883
#5883
Closed
serhiy-storchaka
wants to merge 18 commits into
python:master
python/cpython:master
from
serhiy-storchaka:with-opcodes
serhiy-storchaka/cpython:with-opcodes
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
bpo-32949: Simplify "with"-related opcodes.
#5883
serhiy-storchaka
wants to merge 18 commits into
python:master
python/cpython:master
from
serhiy-storchaka:with-opcodes
serhiy-storchaka/cpython:with-opcodes
Copy head branch name to clipboard
Commits
Commits on Feb 25, 2018
bpo-32949: Simplify "with"-related opcodes.
serhiy-storchaka
committed
e0ea8b0
View commit details
Copy full SHA for e0ea8b0
Browse repository at this point
Commits on Feb 26, 2018
Add a news entry.
serhiy-storchaka
committed
0baf092
View commit details
Copy full SHA for 0baf092
Browse repository at this point
Prevent interrapting before calling __exit__.
serhiy-storchaka
committed
31f433b
View commit details
Copy full SHA for 31f433b
Browse repository at this point
Commits on Mar 7, 2018
Update comments and rename variables.
serhiy-storchaka
committed
b76bda3
View commit details
Copy full SHA for b76bda3
Browse repository at this point
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
a796d94
View commit details
Copy full SHA for a796d94
Browse repository at this point
Commits on Mar 13, 2018
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
b35543f
View commit details
Copy full SHA for b35543f
Browse repository at this point
Simplify WITH_CLEANUP_START.
serhiy-storchaka
committed
67885e2
View commit details
Copy full SHA for 67885e2
Browse repository at this point
Commits on Mar 23, 2018
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
1b2e262
View commit details
Copy full SHA for 1b2e262
Browse repository at this point
No need to release the reference to __exit__ earlier.
serhiy-storchaka
committed
825a7e8
View commit details
Copy full SHA for 825a7e8
Browse repository at this point
Commits on Apr 4, 2018
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
c5c14b7
View commit details
Copy full SHA for c5c14b7
Browse repository at this point
Fix error message for non-awaitable __aexit__().
serhiy-storchaka
committed
ee03531
View commit details
Copy full SHA for ee03531
Browse repository at this point
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
e308f5e
View commit details
Copy full SHA for e308f5e
Browse repository at this point
Commits on Jul 7, 2018
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
4799bea
View commit details
Copy full SHA for 4799bea
Browse repository at this point
Commits on Sep 27, 2018
Merge commit 'ddd1949fea59f256e51191540a4446f75ed608fa~' into with-opcodes
serhiy-storchaka
committed
fb505aa
View commit details
Copy full SHA for fb505aa
Browse repository at this point
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
31ed8c7
View commit details
Copy full SHA for 31ed8c7
Browse repository at this point
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
97f7978
View commit details
Copy full SHA for 97f7978
Browse repository at this point
Commits on Jan 12, 2019
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
7b7ec7d
View commit details
Copy full SHA for 7b7ec7d
Browse repository at this point
Commits on Jun 2, 2019
Merge branch 'master' into with-opcodes
serhiy-storchaka
committed
a545df9
View commit details
Copy full SHA for a545df9
Browse repository at this point
You can’t perform that action at this time.