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.4k
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
Commits
Breadcrumbs
History for
cpython
Objects
typevarobject.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2026
gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#155954)
StanFromIreland
authored
033dc43
View commit details
Copy full SHA for 033dc43
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
gh-151955: Allow more ParamSpec and TypeVarTuple bounds (#151956)
JelleZijlstra
authored
0fb82b4
View commit details
Copy full SHA for 0fb82b4
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354)
serhiy-storchaka
authored
65047f2
View commit details
Copy full SHA for 65047f2
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-149171: Make TypeAliasType __module__ writable (#149172)
Show description for a65611e
ericmarkmartin
authored
a65611e
View commit details
Copy full SHA for a65611e
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
gh-148207: add additional keywords to `typing.TypeVarTuple` (#148212)
KotlinIsland
authored
04fd103
View commit details
Copy full SHA for 04fd103
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
gh-148274: properly handle result from `PyObject_VisitManagedDict` (#148275)
maxbachmann
authored
ee2775c
View commit details
Copy full SHA for ee2775c
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019
authored
bbf7fb2
View commit details
Copy full SHA for bbf7fb2
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
Show description for a933e9c
sergey-miryanov
and
vstinner
authored
a933e9c
View commit details
Copy full SHA for a933e9c
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
gh-145376: Fix various refleaks in Objects/ (#145609)
eendebakpt
authored
8060aa5
View commit details
Copy full SHA for 8060aa5
View code at this point
Browse repository at this point
Commits on Jan 8, 2026
gh-143089: Fix ParamSpec default examples to use list instead of tuple (#143179)
VanshAgarwal24036
authored
67d3d03
View commit details
Copy full SHA for 67d3d03
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
gh-141376: Fix exported symbols (GH-141377)
Show description for 8435a22
vstinner
authored
8435a22
View commit details
Copy full SHA for 8435a22
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
gh-139817: Fix refleak in TypeAliasType(qualname=non_string) (GH-140197)
encukou
authored
ea4cc58
View commit details
Copy full SHA for ea4cc58
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
efimov-mikhail
authored
f673f0e
View commit details
Copy full SHA for f673f0e
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (#140016)
efimov-mikhail
authored
be60e4b
View commit details
Copy full SHA for be60e4b
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Show description for 4f6ecd1
ZeroIntensity
authored
4f6ecd1
View commit details
Copy full SHA for 4f6ecd1
View code at this point
Browse repository at this point
Commits on May 29, 2025
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Show description for f49a07b
3 people
authored
f49a07b
View commit details
Copy full SHA for f49a07b
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-130931: Add pycore_interpframe.h internal header (#131249)
Show description for 5c44d7d
vstinner
authored
5c44d7d
View commit details
Copy full SHA for 5c44d7d
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253
markshannon
authored
a45f253
View commit details
Copy full SHA for a45f253
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
gh-111178: Fix function signatures in misc files (#131180)
vstinner
authored
9a63138
View commit details
Copy full SHA for 9a63138
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6
vstinner
authored
9d759b6
View commit details
Copy full SHA for 9d759b6
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
gh-105499: Merge typing.Union and types.UnionType (#105511)
Show description for dc6d66f
4 people
authored
dc6d66f
View commit details
Copy full SHA for dc6d66f
View code at this point
Browse repository at this point
gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
tomasr8
authored
e091520
View commit details
Copy full SHA for e091520
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
gh-111178: fix UBSan failures in `Objects/typevarobject.c` (GH-129800)
Show description for ecde940
picnixz
authored
ecde940
View commit details
Copy full SHA for ecde940
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
JelleZijlstra
authored
dcf6292
View commit details
Copy full SHA for dcf6292
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
serhiy-storchaka
authored
06a8b0b
View commit details
Copy full SHA for 06a8b0b
View code at this point
Browse repository at this point
Commits on Oct 11, 2024
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
Show description for 2115d76
sobolevn
and
JelleZijlstra
authored
2115d76
View commit details
Copy full SHA for 2115d76
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
gh-119180: Rename SOURCE format to STRING (#124620)
JelleZijlstra
authored
2c10832
View commit details
Copy full SHA for 2c10832
View code at this point
Browse repository at this point
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124499)
sobolevn
authored
abe5f79
View commit details
Copy full SHA for abe5f79
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
gh-119180: Disallow instantiation of ConstEvaluator objects (#124561)
JelleZijlstra
authored
0268b07
View commit details
Copy full SHA for 0268b07
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Show description for f4997bb
colesbury
authored
f4997bb
View commit details
Copy full SHA for f4997bb
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
gh-122361: Use proper `PyUnicodeWriter_*` API in `constevaluator_call` (#122362)
sobolevn
authored
04eb5c8
View commit details
Copy full SHA for 04eb5c8
View code at this point
Browse repository at this point
gh-119180: Add evaluate functions for type params and type aliases (#122212)
JelleZijlstra
authored
ae19226
View commit details
Copy full SHA for ae19226
View code at this point
Browse repository at this point
Commits on May 10, 2024
Rename `notimplemented_methods` into `nodefault_methods` (#118896)
sobolevn
authored
004db21
View commit details
Copy full SHA for 004db21
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5
4 people
authored
ca269e5
View commit details
Copy full SHA for ca269e5
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
gh-110864: TypeVar constructor: Partially revert gh-110784, `constraints` cannot be `NULL` (#110922)
sobolevn
authored
6a4528d
View commit details
Copy full SHA for 6a4528d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.