cpython/Parser
Miss Islington (bot) 562ff730f3
[3.12] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323) (#123677)
* gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323)
(cherry picked from commit a4562fedad)

Co-authored-by: Bar Harel <bharel@barharel.com>

* Remove @requires_gil_enabled for 3.12

---------

Co-authored-by: Bar Harel <bharel@barharel.com>
Co-authored-by: Sam Gross <colesbury@gmail.com>
2024-09-05 14:25:38 +02:00
..
action_helpers.c [3.12] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122363) 2024-07-27 19:20:28 +00:00
asdl.py bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) 2021-04-02 12:53:46 +09:00
asdl_c.py [3.12] GH-112215: Backport C recursion changes (GH-115083) 2024-02-13 10:45:59 +01:00
myreadline.c [3.12] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323) (#123677) 2024-09-05 14:25:38 +02:00
parser.c [3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117465) 2024-04-04 11:22:43 -04:00
peg_api.c bpo-43244: Remove parser_interface.h header file (GH-25001) 2021-03-24 01:29:09 +01:00
pegen.c [3.12] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122276) 2024-07-25 11:22:42 +00:00
pegen.h [3.12] gh-119118: Fix performance regression in tokenize module (GH-119615) (#119683) 2024-05-28 22:49:02 +02:00
pegen_errors.c [3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115949) 2024-02-26 13:18:06 +00:00
Python.asdl [3.12] gh-106145: Make end_{lineno,col_offset} required on type_param nodes (GH-106224) (#106295) 2023-07-01 00:15:18 +00:00
string_parser.c [3.12] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121006) 2024-06-25 19:40:08 +02:00
string_parser.h gh-102856: Initial implementation of PEP 701 (#102855) 2023-04-19 11:18:16 -05:00
token.c gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
tokenizer.c [3.12] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263) (#123265) 2024-08-23 14:04:25 +01:00
tokenizer.h [3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063) 2024-07-20 19:05:01 +02:00