0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00
cpython/Parser
Sam Gross 0c080d7c77
gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (#123690)
Use a `PyMutex` to avoid the race in mutex initialization. Use relaxed
atomics to avoid the data race on reading `_PyOS_ReadlineTState` when
checking for re-entrant calls.
2024-09-06 15:07:08 -04: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
asdl_c.py
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-123562: Improve SyntaxError message for case ... as a.b (#123563) 2024-09-02 13:11:44 +02:00
peg_api.c
pegen_errors.c
pegen.c
pegen.h
Python.asdl
string_parser.c
string_parser.h
token.c