This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-30 15:31:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Mikhail Efimov
08cacb2a14
[3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (
#140762
)
2025-10-29 14:33:55 +00:00
..
lexer
[3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (
#140762
)
2025-10-29 14:33:55 +00:00
tokenizer
…
action_helpers.c
…
asdl_c.py
[3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed
_fields
(GH-140506) (
#140510
)
2025-10-24 00:38:02 +01:00
asdl.py
…
myreadline.c
…
parser.c
…
peg_api.c
…
pegen_errors.c
…
pegen.c
[3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (
#135399
)
2025-08-04 15:18:05 +01:00
pegen.h
…
Python.asdl
…
string_parser.c
…
string_parser.h
…
token.c
…