v3.15.0a7
gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (#144788)
gh-145234: Normalize decoded CR in string tokenizer (#145281)
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
gh-131421: Fix ASDL tests (#133408)
gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)
gh-131238: Remove includes from pycore_interp.h (#131495)
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
gh-135801: Add the module parameter to compile() etc (GH-139652)
gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)
gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (#142725)
gh-102856: Initial implementation of PEP 701 (#102855)
gh-132661: Implement PEP 750 (#132662)