v3.12.13
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (GH-106224) (#106295)
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131063)
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
[3.12] gh-126105: Fix crash in `ast` module, when `._fields` is delet… (#126132)
[3.12] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323) (#123677)
bpo-43244: Remove parser_interface.h header file (GH-25001)
[3.12] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135400)
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130065)
[3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337)
gh-102856: Initial implementation of PEP 701 (#102855)
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
[3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130644)
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063)