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
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.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-115816: Improve internal symbols API in optimizer
- #116028
#116028
Merged
gvanrossum
merged 15 commits into
python:main
python/cpython:main
from
gvanrossum:new-symbols
gvanrossum/cpython:new-symbols
Copy head branch name to clipboard
Feb 28, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-115816: Improve internal symbols API in optimizer
#116028
gvanrossum
merged 15 commits into
python:main
python/cpython:main
from
gvanrossum:new-symbols
gvanrossum/cpython:new-symbols
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2024
Reorganize flag bits
gvanrossum
committed
9696b67
View commit details
Copy full SHA for 9696b67
Browse repository at this point
Fix top/bottom tests (bottom has all properties off)
gvanrossum
committed
cd120a4
View commit details
Copy full SHA for cd120a4
Browse repository at this point
Add _Py_uop_sym_set_non_null in various places
gvanrossum
committed
ffdf029
View commit details
Copy full SHA for ffdf029
Browse repository at this point
Rename arg of _Py_uop_sym_set_type to typ
gvanrossum
committed
7d44eed
View commit details
Copy full SHA for 7d44eed
Browse repository at this point
Explain members of Symbol type
gvanrossum
committed
ac83bb6
View commit details
Copy full SHA for ac83bb6
Browse repository at this point
sym_set_type() may result in bottom
gvanrossum
committed
c6c7c66
View commit details
Copy full SHA for c6c7c66
Browse repository at this point
Add more tests
gvanrossum
committed
0cda7a8
View commit details
Copy full SHA for 0cda7a8
Browse repository at this point
Add sym_set_const and its tests
gvanrossum
committed
5b0c862
View commit details
Copy full SHA for 5b0c862
Browse repository at this point
Simplify sym_new signature
gvanrossum
committed
785bafb
View commit details
Copy full SHA for 785bafb
Browse repository at this point
Incorporate assertions into sym_is_bottom()
gvanrossum
committed
17a8d67
View commit details
Copy full SHA for 17a8d67
Browse repository at this point
Fix set_bottom name; add sym_set_const macro
gvanrossum
committed
bc39039
View commit details
Copy full SHA for bc39039
Browse repository at this point
Simplification and decrefs from code review
gvanrossum
committed
c355bc6
View commit details
Copy full SHA for c355bc6
Browse repository at this point
Merge remote-tracking branch 'origin/main' into new-symbols
gvanrossum
committed
5362360
View commit details
Copy full SHA for 5362360
Browse repository at this point
Declare val_42/43 earlier.
gvanrossum
committed
761d2b1
View commit details
Copy full SHA for 761d2b1
Browse repository at this point
Fix bug -- if sym->typ is NULL, don't cry bottom
gvanrossum
committed
b0509ce
View commit details
Copy full SHA for b0509ce
Browse repository at this point
You can’t perform that action at this time.