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 }}
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.3k
Star
74.5k
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
Commits
Breadcrumbs
History for
cpython
Python
symtable.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 30, 2026
gh-152682: Fix NULL dereference on OOM in `symtable_visit_type_param_bound_or_default` (#152684)
Show description for 10ed03e
petrvaganoff
authored
10ed03e
View commit details
Copy full SHA for 10ed03e
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
gh-150700: Fix class-scope inline comprehensions when nested scopes reference `__class__` and friends (#150735)
Show description for ce916dc
johnslavik
authored
ce916dc
View commit details
Copy full SHA for ce916dc
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (#149806)
StanFromIreland
authored
c52d2b1
View commit details
Copy full SHA for c52d2b1
View code at this point
Browse repository at this point
Commits on May 29, 2026
Fix typos in InternalDocs/compiler.md (#149915)
zang-langyan
authored
13fee46
View commit details
Copy full SHA for 13fee46
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
gh-137814: Fix `__qualname__` of `__annotate__` (#137842)
JelleZijlstra
authored
5b8cd31
View commit details
Copy full SHA for 5b8cd31
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702)
StanFromIreland
authored
63eaaf9
View commit details
Copy full SHA for 63eaaf9
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106
4 people
authored
46d5106
View commit details
Copy full SHA for 46d5106
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
gh-77188: Add support for pickling private methods and nested classes (GH-21480)
Show description for 01a1dd2
ZackerySpytz
and
serhiy-storchaka
authored
01a1dd2
View commit details
Copy full SHA for 01a1dd2
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-135801: Add the module parameter to compile() etc (GH-139652)
Show description for d8e6bdc
serhiy-storchaka
authored
d8e6bdc
View commit details
Copy full SHA for d8e6bdc
View code at this point
Browse repository at this point
Commits on Jul 13, 2025
gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-135288)
Show description for da699ed
serhiy-storchaka
authored
da699ed
View commit details
Copy full SHA for da699ed
View code at this point
Browse repository at this point
Commits on May 10, 2025
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Show description for dbca27c
StanFromIreland
authored
dbca27c
View commit details
Copy full SHA for dbca27c
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260
10 people
authored
6020260
View commit details
Copy full SHA for 6020260
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
gh-130907: Treat all module-level annotations as conditional (#131550)
JelleZijlstra
authored
922049b
View commit details
Copy full SHA for 922049b
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
gh-132479: Fix crash with multiple comprehensions in annotations (#132778)
JelleZijlstra
authored
01317bb
View commit details
Copy full SHA for 01317bb
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
gh-128632: fix segfault on nested __classdict__ type param (#128744)
tom-pytel
authored
891c61c
View commit details
Copy full SHA for 891c61c
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
gh-130924: Do not create cells for usages of names in local annotations (#131843)
JelleZijlstra
authored
425f60b
View commit details
Copy full SHA for 425f60b
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
gh-130881: Handle conditionally defined annotations (#130935)
JelleZijlstra
authored
898e6b3
View commit details
Copy full SHA for 898e6b3
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
gh-131238: Add explicit includes to pycore headers (#131257)
vstinner
authored
978e37b
View commit details
Copy full SHA for 978e37b
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
gh-111178: Fix function signatures in symtable.c (#130589)
vstinner
authored
1b635d8
View commit details
Copy full SHA for 1b635d8
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
GH-130396: Use computed stack limits on linux (GH-130398)
Show description for 0142236
markshannon
authored
0142236
View commit details
Copy full SHA for 0142236
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Show description for ef29104
encukou
authored
ef29104
View commit details
Copy full SHA for ef29104
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Show description for 2498c22
markshannon
authored
2498c22
View commit details
Copy full SHA for 2498c22
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
gh-127274: Defer nested methods (#128012)
Show description for 255762c
mpage
authored
255762c
View commit details
Copy full SHA for 255762c
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
gh-126072: Set docstring attribute for module and class (#126231)
xuantengh
authored
6ec8865
View commit details
Copy full SHA for 6ec8865
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
xuantengh
authored
35df4eb
View commit details
Copy full SHA for 35df4eb
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-125196: Use PyUnicodeWriter in symtable.c (#125199)
vstinner
authored
9bda775
View commit details
Copy full SHA for 9bda775
View code at this point
Browse repository at this point
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0
vstinner
authored
b9a8ca0
View commit details
Copy full SHA for b9a8ca0
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
iritkatriel
authored
05fc4d7
View commit details
Copy full SHA for 05fc4d7
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
iritkatriel
authored
833eb10
View commit details
Copy full SHA for 833eb10
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
gh-122595: Add more error checks in the compiler (GH-122596)
serhiy-storchaka
authored
e74680b
View commit details
Copy full SHA for e74680b
View code at this point
Browse repository at this point
Commits on Aug 3, 2024
gh-122313: Clean up deep recursion guarding code in the compiler (GH-122640)
Show description for efcd65c
serhiy-storchaka
authored
efcd65c
View commit details
Copy full SHA for efcd65c
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
gh-122562: Remove ste_free and ste_child_free from symtable (#122563)
JelleZijlstra
authored
8234419
View commit details
Copy full SHA for 8234419
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
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 Jul 26, 2024
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
iritkatriel
authored
bc94cf7
View commit details
Copy full SHA for bc94cf7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.