]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Add test checking value of a TypedDict's __total__ attribute when there is...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Feb 2025 18:33:20 +0000 (19:33 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 18:33:20 +0000 (18:33 +0000)
commit6abec03aeff0a52d12780000923af0cee5ef1b6c
treea68902ba762a1f9fdf0dc09641ccb9e8257be3ce
parentc68a8722beb4a5b3471fed70035457361f1997a2
[3.13] Add test checking value of a TypedDict's __total__ attribute when there is an assignment in the class body. (GH-130460) (#130462)

Add test checking value of a TypedDict's __total__ attribute when there is an assignment in the class body. (GH-130460)

In relation to GH-109544 which changed this behavior.
(cherry picked from commit d8ce092fe4e98fec414f4e60cfc958b3ac3ec9a3)

Signed-off-by: Daniel Sperber <github.blurry@9ox.net>
Co-authored-by: Daraan <github.blurry@9ox.net>
Lib/test/test_typing.py