]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149171: Make TypeAliasType __module__ writable (#149172)
authorEric Mark Martin <eric@emm.dev>
Sat, 2 May 2026 17:28:08 +0000 (13:28 -0400)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 17:28:08 +0000 (17:28 +0000)
commita65611e7f52dae341915e79eb28c47aec930f077
tree78488a7f7ee95ecad427c46e72873320555c24fe
parent3a1df787e1e630d3d57e99226604ddceb8c47229
gh-149171: Make TypeAliasType __module__ writable (#149172)

closes #149171.
Doc/library/typing.rst
Lib/test/test_type_aliases.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-30-01-35-09.gh-issue-149171.meXWpl.rst [new file with mode: 0644]
Objects/typevarobject.c