]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add test checking value of a TypedDict's __total__ attribute when there is an assignm...
authorDaraan <github.blurry@9ox.net>
Sat, 22 Feb 2025 17:34:22 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 17:34:22 +0000 (09:34 -0800)
commitd8ce092fe4e98fec414f4e60cfc958b3ac3ec9a3
treed5d2e07418ad217ed6f7e516a20b1de6e2088187
parent89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89
Add test checking value of a TypedDict's __total__ attribute when there is an assignment in the class body. (#130460)

In relation to #109544 which changed this behavior.

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