]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 24 May 2023 18:48:13 +0000 (11:48 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 18:48:13 +0000 (11:48 -0700)
commitfe77a99fc8b549a8bf9ccbc5485fe5ea9bcf47b9
tree0f5fab670bfe697e91f64962b5f7dbbcd71befb9
parent1497607a8e99f1103c40368dd5f9057f0146a520
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
Lib/test/test_type_aliases.py
Lib/test/test_typing.py
Misc/NEWS.d/next/Core and Builtins/2023-05-24-10-19-35.gh-issue-104879.v-29NL.rst [new file with mode: 0644]
Objects/typevarobject.c