1.. date: 2022-05-30-19-00-38
2.. gh-issue: 93359
3.. nonce: zXV3A0
4.. release date: 2022-06-01
5.. section: Core and Builtins
6
7Ensure that custom :mod:`ast` nodes without explicit end positions can be
8compiled. Patch by Pablo Galindo.
9
10..
11
12.. date: 2022-05-30-10-22-46
13.. gh-issue: 93345
14.. nonce: gi1A4L
15.. section: Core and Builtins
16
17Fix a crash in substitution of a ``TypeVar`` in nested generic alias after
18``TypeVarTuple``.
19
20..
21
22.. date: 2022-05-31-18-04-58
23.. gh-issue: 69093
24.. nonce: 6lSa0C
25.. section: Build
26
27Fix ``Modules/Setup.stdlib.in`` rule for ``_sqlite3`` extension.
28