]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109219: propagate free vars through type param scopes (#109377)
authorCarl Meyer <carl@oddbird.net>
Thu, 14 Sep 2023 16:20:32 +0000 (10:20 -0600)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 16:20:32 +0000 (10:20 -0600)
commit909adb5092c0ae9426814742d97932204b211cfb
treeb9e6c45113475b3c96567d21c18136505283a81d
parent4a54074a0f5579d417445ec28427cd0ed5aa01f4
gh-109219: propagate free vars through type param scopes (#109377)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core and Builtins/2023-09-13-08-42-45.gh-issue-109219.UiN8sc.rst [new file with mode: 0644]
Python/symtable.c