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
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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
typevarobject.c
on
android-python-cmdline
User selector
All users
Datepicker
All time
Commit history
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
gh-110907: AC: Disallow using `*` with vararg (#110908)
sobolevn
authored
bad7a35
View commit details
Copy full SHA for bad7a35
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
JelleZijlstra
authored
d2a536b
View commit details
Copy full SHA for d2a536b
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Show description for fc2cb86
vstinner
authored
fc2cb86
View commit details
Copy full SHA for fc2cb86
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
Add missing `PyDoc_STR` calls (#109393)
Show description for 47af188
sobolevn
authored
47af188
View commit details
Copy full SHA for 47af188
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
serhiy-storchaka
authored
9205dfe
View commit details
Copy full SHA for 9205dfe
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
gh-108295: Fix crashes with TypeVar weakrefs (#108517)
JelleZijlstra
authored
482fad7
View commit details
Copy full SHA for 482fad7
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for performance. (GH-108036)
markshannon
authored
006e44f
View commit details
Copy full SHA for 006e44f
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
gh-106403: Restore weakref support for TypeVar and friends (#106418)
JelleZijlstra
authored
945d3cb
View commit details
Copy full SHA for 945d3cb
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-106320: Use _PyInterpreterState_GET() (#106336)
Show description for bc7eb17
vstinner
authored
bc7eb17
View commit details
Copy full SHA for bc7eb17
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
Miscellaneous improvements to the typing docs (#105529)
Show description for 8e75592
AlexWaygood
authored
8e75592
View commit details
Copy full SHA for 8e75592
View code at this point
Browse repository at this point
Commits on May 26, 2023
gh-103921: Document PEP 695 (#104642)
Show description for 060277d
JelleZijlstra
and
AlexWaygood
authored
060277d
View commit details
Copy full SHA for 060277d
View code at this point
Browse repository at this point
Commits on May 24, 2023
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
JelleZijlstra
authored
fe77a99
View commit details
Copy full SHA for fe77a99
View code at this point
Browse repository at this point
Commits on May 18, 2023
gh-104549: Set __module__ on TypeAliasType (#104550)
JelleZijlstra
authored
b9dce3a
View commit details
Copy full SHA for b9dce3a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.