]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109118: Make comprehensions work within annotation scopes, but without inlining...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 28 Apr 2024 13:21:28 +0000 (06:21 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2024 13:21:28 +0000 (06:21 -0700)
commit2326d6c868e300a814179d77fc308fec8365cb8c
treef8d72b1b5065bd8fcf31f55b41d3e6d42039f81a
parent51aefc5bf907ddffaaf083ded0de773adcdf08c8
gh-109118: Make comprehensions work within annotation scopes, but without inlining (#118160)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Doc/whatsnew/3.13.rst
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core and Builtins/2024-04-25-21-18-19.gh-issue-118160.GH5SMc.rst [new file with mode: 0644]
Python/symtable.c