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-104909: Implement conditional stack effects for macros
- #105748
#105748
Merged
gvanrossum
merged 14 commits into
python:main
python/cpython:main
from
gvanrossum:cond-effect-2
gvanrossum/cpython:cond-effect-2
Copy head branch name to clipboard
Jun 14, 2023
Conversation
Commits
14
(14)
Checks
Files changed
Merged
gh-104909: Implement conditional stack effects for macros
#105748
gvanrossum
merged 14 commits into
python:main
python/cpython:main
from
gvanrossum:cond-effect-2
gvanrossum/cpython:cond-effect-2
Copy head branch name to clipboard
Commits
Commits on Jun 12, 2023
Fix types and bug for pseudos
gvanrossum
committed
4291adf
View commit details
Copy full SHA for 4291adf
Browse repository at this point
Commits on Jun 13, 2023
Example: macrofy _LOAD_GLOBAL_BUILTIN
gvanrossum
committed
eee069c
View commit details
Copy full SHA for eee069c
Browse repository at this point
Fix conditional stack output effect metadata
gvanrossum
committed
3bb5557
View commit details
Copy full SHA for 3bb5557
Browse repository at this point
Attempt adding conditionals to mac.stack
gvanrossum
committed
035d13b
View commit details
Copy full SHA for 035d13b
Browse repository at this point
Fix macros with conditional output effect
Show description for c4b88a9
gvanrossum
committed
c4b88a9
View commit details
Copy full SHA for c4b88a9
Browse repository at this point
Revert "Example: macrofy _LOAD_GLOBAL_BUILTIN"
Show description for 457e501
gvanrossum
committed
457e501
View commit details
Copy full SHA for 457e501
Browse repository at this point
Regenerate after reverting example
gvanrossum
committed
dec34ef
View commit details
Copy full SHA for dec34ef
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cond-effect-2
gvanrossum
committed
b82c4b8
View commit details
Copy full SHA for b82c4b8
Browse repository at this point
Rename unconditional to init_null (with reverted sense)
gvanrossum
committed
63e498e
View commit details
Copy full SHA for 63e498e
Browse repository at this point
Commits on Jun 14, 2023
Add test; fix stack effect bug
Show description for f9e11e0
gvanrossum
committed
f9e11e0
View commit details
Copy full SHA for f9e11e0
Browse repository at this point
Merge branch 'main' into cond-effect-2
gvanrossum
committed
958e9f1
View commit details
Copy full SHA for 958e9f1
Browse repository at this point
Make the test more thorough
gvanrossum
committed
fb905d7
View commit details
Copy full SHA for fb905d7
Browse repository at this point
Better way to solve the 'init_null' problem
gvanrossum
committed
846a161
View commit details
Copy full SHA for 846a161
Browse repository at this point
Merge branch 'main' into cond-effect-2
gvanrossum
committed
3551576
View commit details
Copy full SHA for 3551576
Browse repository at this point
You can’t perform that action at this time.