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-31 13:13:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Brian Schubert
d0c78a458b
[3.14] gh-138944: Fix
SyntaxError
message for invalid syntax following valid import-as statement (GH-138945) (
#140646
)
...
(cherry picked from commit 3dab11f888fda34c02734e4468d1acd4c36927fe)
2025-10-31 11:26:40 +01:00
..
lexer
[3.14] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (
#140757
)
2025-10-29 13:54:37 +00:00
tokenizer
…
action_helpers.c
…
asdl_c.py
…
asdl.py
…
myreadline.c
…
parser.c
[3.14] gh-138944: Fix
SyntaxError
message for invalid syntax following valid import-as statement (GH-138945) (
#140646
)
2025-10-31 11:26:40 +01:00
peg_api.c
…
pegen_errors.c
…
pegen.c
…
pegen.h
…
Python.asdl
…
string_parser.c
…
string_parser.h
…
token.c
…