0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Parser
Eric Snow a9c6e0618f
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Here we are doing no more than adding the value for Py_mod_multiple_interpreters and using it for stdlib modules.  We will start checking for it in gh-104206 (once PyInterpreterState.ceval.own_gil is added in gh-104204).
2023-05-05 21:11:27 +00:00
..
action_helpers.c
asdl_c.py gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) 2023-05-05 21:11:27 +00:00
asdl.py
myreadline.c
parser.c
peg_api.c
pegen_errors.c
pegen.c
pegen.h
Python.asdl
string_parser.c
string_parser.h
token.c
tokenizer.c gh-104169: Ensure the tokenizer doesn't overwrite previous errors (#104170) 2023-05-04 15:15:26 +01:00
tokenizer.h gh-104016: Fixed off by 1 error in f string tokenizer (#104047) 2023-05-01 19:15:47 +00:00