Skip to content

Commit af59a5a

Browse files
committed
Update changelog
1 parent 1bd079f commit af59a5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ aliases that have a `Concatenate` special form as their argument.
3838
Patch by [Daraan](https://github.com/Daraan).
3939
- Fix error on Python 3.10 when using `typing.Concatenate` and
4040
`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.
4145

4246
# Release 4.12.2 (June 7, 2024)
4347

0 commit comments

Comments
 (0)