]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 May 2023 19:30:57 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 19:30:57 +0000 (19:30 +0000)
commitb67021463687941b5ac650a9c3d0f5a533dbcf5d
treebaa4071f7be421df0f5316db54467451fb279199
parent3d91d034a0d74804a356d773f54230e62c9924ba
[3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)

(cherry picked from commit fe77a99fc8b549a8bf9ccbc5485fe5ea9bcf47b9)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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