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-08-16 16:08:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Bénédikt Tran
94639f6b71
gh-126240: handle
NULL
returned by
_Py_asdl_expr_seq_new
(
#126241
)
...
check return value of `_Py_asdl_expr_seq_new`
2024-10-31 17:24:07 +03:00
..
lexer
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (
#123263
)
2024-08-23 12:33:45 +00:00
tokenizer
…
action_helpers.c
gh-126240: handle
NULL
returned by
_Py_asdl_expr_seq_new
(
#126241
)
2024-10-31 17:24:07 +03:00
asdl_c.py
gh-126105: Fix crash in
ast
module, when
._fields
is deleted (
#126115
)
2024-10-29 17:42:48 +02:00
asdl.py
…
myreadline.c
gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (
#123690
)
2024-09-06 15:07:08 -04:00
parser.c
gh-122951: Simplify the grammar of the assignment rule (
#124998
)
2024-10-06 11:55:56 +02:00
peg_api.c
…
pegen_errors.c
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (
#125194
)
2024-10-09 17:15:23 +02:00
pegen.c
gh-124064: Fix -Wconversion warnings in Parser/pegen.c (
#124181
)
2024-09-17 15:58:43 +00:00
pegen.h
…
Python.asdl
…
string_parser.c
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (
#124204
)
2024-09-18 19:10:56 +02:00
string_parser.h
…
token.c
…