We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd079f commit af59a5aCopy full SHA for af59a5a
CHANGELOG.md
@@ -38,6 +38,10 @@ aliases that have a `Concatenate` special form as their argument.
38
Patch by [Daraan](https://github.com/Daraan).
39
- Fix error on Python 3.10 when using `typing.Concatenate` and
40
`typing_extensions.Concatenate` together. Patch by [Daraan](https://github.com/Daraan).
41
+- Backport of CPython PR [#109544](https://github.com/python/cpython/pull/109544)
42
+ to reflect Python 3.13+ behavior: A value assigned to `__total__` in the class body of a
43
+ `TypedDict` will be overwritten by the `total` argument of the `TypedDict` constructor.
44
+ Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
45
46
# Release 4.12.2 (June 7, 2024)
47
0 commit comments