]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119180: Add evaluate functions for type params and type aliases (#122212)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 27 Jul 2024 17:24:10 +0000 (10:24 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 17:24:10 +0000 (17:24 +0000)
commitae192262ad1cffb6ece9d16e67804386c382be0c
tree301564405a80de59fd6b04e508166a759ff434d0
parentcbac8a3888411587beb026e246889154fbdd49a3
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Include/internal/pycore_global_objects.h
Include/internal/pycore_typevarobject.h
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Lib/test/test_type_params.py
Misc/NEWS.d/next/Library/2024-07-23-22-26-00.gh-issue-119180.B2IVT8.rst [new file with mode: 0644]
Objects/genericaliasobject.c
Objects/typevarobject.c
Objects/unionobject.c
Python/compile.c
Python/symtable.c