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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-98831: Support conditional effects; use for LOAD_ATTR
- #101333
#101333
Merged
gvanrossum
merged 15 commits into
python:main
python/cpython:main
from
gvanrossum:cond-cases
gvanrossum/cpython:cond-cases
Copy head branch name to clipboard
Jan 30, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-98831: Support conditional effects; use for LOAD_ATTR
#101333
gvanrossum
merged 15 commits into
python:main
python/cpython:main
from
gvanrossum:cond-cases
gvanrossum/cpython:cond-cases
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2023
Add parser support for conditional stack effects
Show description for af97a7e
gvanrossum
committed
af97a7e
View commit details
Copy full SHA for af97a7e
Browse repository at this point
Fix a typo in test_generator.py that made it into main :-(
gvanrossum
committed
fbcdde3
View commit details
Copy full SHA for fbcdde3
Browse repository at this point
Make conditional effects work, in theory
gvanrossum
committed
27246e9
View commit details
Copy full SHA for 27246e9
Browse repository at this point
Convert LOAD_ATTR to new format
Show description for 667630e
gvanrossum
committed
667630e
View commit details
Copy full SHA for 667630e
Browse repository at this point
Conditionalize effect_size()
gvanrossum
committed
69dbc5e
View commit details
Copy full SHA for 69dbc5e
Browse repository at this point
Fix two bugs in case generator
Show description for 6a03438
gvanrossum
committed
6a03438
View commit details
Copy full SHA for 6a03438
Browse repository at this point
Merge branch 'fix-op-metadata' into cond-cases
gvanrossum
committed
2310916
View commit details
Copy full SHA for 2310916
Browse repository at this point
Blackify
gvanrossum
committed
a0fa513
View commit details
Copy full SHA for a0fa513
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cond-cases
gvanrossum
committed
8aeaf01
View commit details
Copy full SHA for 8aeaf01
Browse repository at this point
Use Irit's idea
gvanrossum
committed
6240934
View commit details
Copy full SHA for 6240934
Browse repository at this point
Cleanup
gvanrossum
committed
d78e2a7
View commit details
Copy full SHA for d78e2a7
Browse repository at this point
Commits on Jan 27, 2023
Change order in LOAD_ATTR output effect
gvanrossum
committed
e69c1f3
View commit details
Copy full SHA for e69c1f3
Browse repository at this point
Commits on Jan 28, 2023
Fix type annotations to satisfy pyright (and mypy mostly)
gvanrossum
committed
c5529c6
View commit details
Copy full SHA for c5529c6
Browse repository at this point
Solve uninitalized variable warning using = NULL
gvanrossum
committed
37e3b40
View commit details
Copy full SHA for 37e3b40
Browse repository at this point
Use 'X ? 1 : 0' instead of 'X != 0'
Show description for 81e5236
gvanrossum
committed
81e5236
View commit details
Copy full SHA for 81e5236
Browse repository at this point
You can’t perform that action at this time.