v3.13.11
[3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140762)
GH-110749: fix unistd.h import in file_tokenizer.c (#110750)
gh-116126: Implement PEP 696 (#116129)
[3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137345)
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
[3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140510)
[3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (GH-123690) (#123798)
[3.13] gh-133157: fix UBSan failures in `Parser/pegen.c` (GH-134048) (#135334)
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
[3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399)
[3.13] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130066)
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944)
gh-102856: Initial implementation of PEP 701 (#102855)
gh-107015: Remove async_hacks from the tokenizer (#107018)