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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 6, 2024
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
tomasr8
authored
a1be83d
View commit details
Copy full SHA for a1be83d
View code at this point
Browse repository at this point
gh-122951: Simplify the grammar of the assignment rule (#124998)
zedr
authored
39c859f
View commit details
Copy full SHA for 39c859f
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
gh-111178: Fix function signatures in Python-ast.c (#124942)
vstinner
authored
6c7d5c6
View commit details
Copy full SHA for 6c7d5c6
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
gh-124889: Remove redundant artificial rules in PEG parser (#124893)
Show description for 1f9025a
efimov-mikhail
authored
1f9025a
View commit details
Copy full SHA for 1f9025a
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
gh-116022: Improve `repr()` of AST nodes (#117046)
Show description for 21d2a9a
5 people
authored
21d2a9a
View commit details
Copy full SHA for 21d2a9a
View code at this point
Browse repository at this point
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204)
Show description for f9fa6ba
vstinner
authored
f9fa6ba
View commit details
Copy full SHA for f9fa6ba
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181)
vstinner
authored
3aff1d0
View commit details
Copy full SHA for 3aff1d0
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (#123690)
Show description for 0c080d7
colesbury
authored
0c080d7
View commit details
Copy full SHA for 0c080d7
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (#123323)
bharel
authored
a4562fe
View commit details
Copy full SHA for a4562fe
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
sobolevn
authored
23f159a
View commit details
Copy full SHA for 23f159a
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
gh-123440: Improve error message for `except as` used with not a name (#123442)
sobolevn
authored
e451a89
View commit details
Copy full SHA for e451a89
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (#123263)
Show description for adc5190
pablogsal
authored
adc5190
View commit details
Copy full SHA for adc5190
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
gh-122581: Avoid data races when collecting parser statistics (#122694)
lysnikolaou
authored
ce0d66c
View commit details
Copy full SHA for ce0d66c
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
pablogsal
authored
db2d8b6
View commit details
Copy full SHA for db2d8b6
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271)
serhiy-storchaka
authored
6c09b8d
View commit details
Copy full SHA for 6c09b8d
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
Fix typos in comments and exception message (#122147)
xyb
authored
2a5d1eb
View commit details
Copy full SHA for 2a5d1eb
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-122026: Fix identification of mismatched parentheses inside f-strings (#122028)
pablogsal
authored
2009e25
View commit details
Copy full SHA for 2009e25
View code at this point
Browse repository at this point
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
serhiy-storchaka
authored
1a0c7b9
View commit details
Copy full SHA for 1a0c7b9
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
pablogsal
authored
c46d64e
View commit details
Copy full SHA for c46d64e
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)
JelleZijlstra
authored
58e8cf2
View commit details
Copy full SHA for 58e8cf2
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
gh-121141: add support for `copy.replace` to AST nodes (#121162)
picnixz
authored
9728ead
View commit details
Copy full SHA for 9728ead
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
gh-120155: Fix Coverity issue in parse_string() (#120997)
vstinner
authored
769aea3
View commit details
Copy full SHA for 769aea3
View code at this point
Browse repository at this point
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
JelleZijlstra
authored
42b2c9d
View commit details
Copy full SHA for 42b2c9d
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
lysnikolaou
authored
3481848
View commit details
Copy full SHA for 3481848
View code at this point
Browse repository at this point
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58
pablogsal
and
encukou
authored
ac61d58
View commit details
Copy full SHA for ac61d58
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-94808: Reorganize _make_posargs and mark unused code (GH-119227)
Show description for bd8c1f9
mjdominus
authored
bd8c1f9
View commit details
Copy full SHA for bd8c1f9
View code at this point
Browse repository at this point
gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)" (#119974)
Show description for 31a4fb3
encukou
authored
31a4fb3
View commit details
Copy full SHA for 31a4fb3
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure they stay there (GH-119731)
Show description for 48f21b3
encukou
authored
48f21b3
View commit details
Copy full SHA for 48f21b3
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-119118: Fix performance regression in tokenize module (#119615)
Show description for d87b015
lysnikolaou
and
pablogsal
authored
d87b015
View commit details
Copy full SHA for d87b015
View code at this point
Browse repository at this point
Commits on May 9, 2024
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Show description for 68fbc00
JelleZijlstra
and
AlexWaygood
authored
68fbc00
View commit details
Copy full SHA for 68fbc00
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-118090: Improve error message for empty type param brackets (GH-118091)
sobolevn
authored
b60d4c0
View commit details
Copy full SHA for b60d4c0
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Show description for e042219
JelleZijlstra
authored
e042219
View commit details
Copy full SHA for e042219
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.