Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
python
/
cpython
Public
Notifications
You must be signed in to change notification settings
Fork
31.8k
Star
66.7k
Code
Issues
5k+
Pull requests
1.9k
Actions
Projects
28
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
cpython
Python
ast.c
on
3.13
User selector
All users
Datepicker
All time
Commit History
Commits on May 3, 2024
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5
4 people
authored
ca269e5
Copy full SHA for ca269e5
Commits on Jan 16, 2024
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
markshannon
authored
17b73ab
Copy full SHA for 17b73ab
Commits on Sep 13, 2023
gh-109341: Fix crash on compiling invalid AST including TypeAlias (#109349)
JelleZijlstra
authored
987b4bc
Copy full SHA for 987b4bc
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
JelleZijlstra
authored
79101ed
Copy full SHA for 79101ed
Commits on Sep 8, 2023
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Show description for b0edf3b
vstinner
authored
b0edf3b
Copy full SHA for b0edf3b
Commits on Aug 4, 2023
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958
markshannon
authored
fa45958
Copy full SHA for fa45958
Commits on May 22, 2023
gh-104656: Rename typeparams AST node to type_params (#104657)
JelleZijlstra
authored
a5f244d
Copy full SHA for a5f244d
Commits on May 16, 2023
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88
5 people
authored
24d8b88
Copy full SHA for 24d8b88
Commits on May 15, 2023
gh-104482: Fix error handling bugs in ast.c (#104483)
iritkatriel
authored
8a3702f
Copy full SHA for 8a3702f
Commits on Oct 5, 2022
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
markshannon
authored
7644935
Copy full SHA for 7644935
Commits on Jun 1, 2022
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398)
pablogsal
authored
8a221a8
Copy full SHA for 8a221a8
Commits on May 30, 2022
gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
pablogsal
authored
5893b5d
Copy full SHA for 5893b5d
Commits on Dec 14, 2021
bpo-45292: [PEP-654] add except* (GH-29581)
iritkatriel
authored
d60457a
Copy full SHA for d60457a
Commits on Nov 16, 2021
bpo-45753: Make recursion checks more efficient. (GH-29524)
Show description for b931077
markshannon
authored
b931077
Copy full SHA for b931077
Commits on Jul 29, 2021
bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432)
brandtbucher
authored
8d06474
Copy full SHA for 8d06474
Commits on Jul 28, 2021
bpo-43897: AST validation for pattern matching nodes (GH24771)
isidentical
authored
31bec6f
Copy full SHA for 31bec6f
Commits on Apr 29, 2021
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Show description for 1e7b858
ncoghlan
and
brandtbucher
authored
1e7b858
Copy full SHA for 1e7b858
Commits on Apr 25, 2021
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
serhiy-storchaka
authored
face87c
Copy full SHA for face87c
Commits on Mar 23, 2021
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07
vstinner
authored
94faa07
Copy full SHA for 94faa07
Commits on Mar 18, 2021
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Show description for eec8e61
vstinner
authored
eec8e61
Copy full SHA for eec8e61
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26
4 people
authored
145bf26
Copy full SHA for 145bf26
Commits on Oct 10, 2020
bpo-42000: Cleanup the AST related C-code (GH-22641)
Show description for 02a1603
isidentical
authored
02a1603
Copy full SHA for 02a1603
Commits on Sep 16, 2020
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Show description for a5634c4
pablogsal
authored
a5634c4
Copy full SHA for a5634c4
Commits on Jun 20, 2020
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858e
lysnikolaou
authored
314858e
Copy full SHA for 314858e
Commits on Jun 11, 2020
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83ad
pablogsal
authored
1ed83ad
Copy full SHA for 1ed83ad
Commits on Jun 6, 2020
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
isidentical
authored
68874a8
Copy full SHA for 68874a8
Commits on May 27, 2020
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Show description for c116c94
3 people
authored
c116c94
Copy full SHA for c116c94
Commits on May 15, 2020
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Show description for 16ab070
pablogsal
and
lysnikolaou
authored
16ab070
Copy full SHA for 16ab070
Commits on Apr 11, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
serhiy-storchaka
authored
cd8295f
Copy full SHA for cd8295f
Commits on Apr 3, 2020
bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348)
pablogsal
authored
40cf35c
Copy full SHA for 40cf35c
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
pablogsal
authored
254ec78
Copy full SHA for 254ec78
Commits on Apr 1, 2020
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
pablogsal
authored
168660b
Copy full SHA for 168660b
Commits on Mar 25, 2020
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
vstinner
authored
87d3b9d
Copy full SHA for 87d3b9d
Commits on Mar 19, 2020
bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055)
Show description for 0ac59f9
isidentical
and
pablogsal
authored
0ac59f9
Copy full SHA for 0ac59f9
Commits on Mar 17, 2020
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
serhiy-storchaka
authored
6b97598
Copy full SHA for 6b97598
Pagination
Previous
Next
You can’t perform that action at this time.