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-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt)
- #93412
#93412
Merged
serhiy-storchaka
merged 13 commits into
python:main
python/cpython:main
from
serhiy-storchaka:typing-subst-unpacked-var-tuple2
serhiy-storchaka/cpython:typing-subst-unpacked-var-tuple2
Copy head branch name to clipboard
Jun 12, 2022
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt)
#93412
serhiy-storchaka
merged 13 commits into
python:main
python/cpython:main
from
serhiy-storchaka:typing-subst-unpacked-var-tuple2
serhiy-storchaka/cpython:typing-subst-unpacked-var-tuple2
Copy head branch name to clipboard
Commits
Commits on May 29, 2022
gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
Show description for cfb43b2
serhiy-storchaka
committed
cfb43b2
View commit details
Copy full SHA for cfb43b2
Browse repository at this point
The C implementation.
serhiy-storchaka
committed
c638e0e
View commit details
Copy full SHA for c638e0e
Browse repository at this point
Remove unused code.
serhiy-storchaka
committed
731d5fb
View commit details
Copy full SHA for 731d5fb
Browse repository at this point
Commits on May 30, 2022
Refactoring.
serhiy-storchaka
committed
03da794
View commit details
Copy full SHA for 03da794
Browse repository at this point
Commits on May 31, 2022
Merge branch 'main' into typing-subst-unpacked-vat-tuple
serhiy-storchaka
committed
b497df5
View commit details
Copy full SHA for b497df5
Browse repository at this point
Commits on Jun 1, 2022
Add a NEWS entry.
serhiy-storchaka
committed
55c4efb
View commit details
Copy full SHA for 55c4efb
Browse repository at this point
Merge branch 'main' into typing-subst-unpacked-vat-tuple
serhiy-storchaka
committed
7dcf277
View commit details
Copy full SHA for 7dcf277
Browse repository at this point
Commits on Jun 4, 2022
Merge branch 'main' into typing-subst-unpacked-vat-tuple
JelleZijlstra
authored
56f02d8
View commit details
Copy full SHA for 56f02d8
Browse repository at this point
Commits on Jun 5, 2022
Merge branch 'main' into typing-subst-unpacked-vat-tuple
serhiy-storchaka
committed
b091d97
View commit details
Copy full SHA for b091d97
Browse repository at this point
Merge remote-tracking branch 'origin/typing-subst-unpacked-vat-tuple' into typing-subst-unpacked-vat-tuple
serhiy-storchaka
committed
40ba6ca
View commit details
Copy full SHA for 40ba6ca
Browse repository at this point
Move the C code to Python.
serhiy-storchaka
committed
a7efb91
View commit details
Copy full SHA for a7efb91
Browse repository at this point
Commits on Jun 12, 2022
Merge branch 'main' into typing-subst-unpacked-var-tuple2
serhiy-storchaka
authored
c3869bd
View commit details
Copy full SHA for c3869bd
Browse repository at this point
Edit the NEWS entry.
serhiy-storchaka
committed
ae0b4d6
View commit details
Copy full SHA for ae0b4d6
Browse repository at this point
You can’t perform that action at this time.