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.2k
Star
74.3k
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-123881: make compiler add the .generic_base base class without constructing AST nodes
- #123883
#123883
Merged
iritkatriel
merged 15 commits into
python:main
python/cpython:main
from
iritkatriel:generic
iritkatriel/cpython:generic
Copy head branch name to clipboard
Sep 10, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-123881: make compiler add the .generic_base base class without constructing AST nodes
#123883
iritkatriel
merged 15 commits into
python:main
python/cpython:main
from
iritkatriel:generic
iritkatriel/cpython:generic
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2024
add action helper for ClassDef
iritkatriel
committed
031c697
View commit details
Copy full SHA for 031c697
Browse repository at this point
add .generic_base to bases in AST so compiler doesn't need to do it
iritkatriel
committed
6547576
View commit details
Copy full SHA for 6547576
Browse repository at this point
update tests
iritkatriel
committed
412fe99
View commit details
Copy full SHA for 412fe99
Browse repository at this point
add news
iritkatriel
committed
781fc79
View commit details
Copy full SHA for 781fc79
Browse repository at this point
add whatsnew entry
iritkatriel
committed
8200b77
View commit details
Copy full SHA for 8200b77
Browse repository at this point
Revert "add whatsnew entry"
Show description for d75532a
iritkatriel
committed
d75532a
View commit details
Copy full SHA for d75532a
Browse repository at this point
Revert "add news"
Show description for 22228eb
iritkatriel
committed
22228eb
View commit details
Copy full SHA for 22228eb
Browse repository at this point
Revert "update tests"
Show description for 4831765
iritkatriel
committed
4831765
View commit details
Copy full SHA for 4831765
Browse repository at this point
Revert "add .generic_base to bases in AST so compiler doesn't need to do it"
Show description for 5218173
iritkatriel
committed
5218173
View commit details
Copy full SHA for 5218173
Browse repository at this point
Revert "add action helper for ClassDef"
Show description for 0e52c0f
iritkatriel
committed
0e52c0f
View commit details
Copy full SHA for 0e52c0f
Browse repository at this point
keep it in the compiler
iritkatriel
committed
341f8a5
View commit details
Copy full SHA for 341f8a5
Browse repository at this point
Commits on Sep 10, 2024
handle stararg case
iritkatriel
committed
e92c432
View commit details
Copy full SHA for e92c432
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into generic
iritkatriel
committed
40046c1
View commit details
Copy full SHA for 40046c1
Browse repository at this point
the compiler struct no longer needs the arena
iritkatriel
committed
4611b92
View commit details
Copy full SHA for 4611b92
Browse repository at this point
Merge branch 'main' into generic
iritkatriel
authored
c6c3cff
View commit details
Copy full SHA for c6c3cff
Browse repository at this point
You can’t perform that action at this time.