Skip to content

Commit 53584b1

Browse files
committed
Add changelog entry
1 parent db1f508 commit 53584b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ aliases that have a `Concatenate` special form as their argument.
4242
to reflect Python 3.13+ behavior: A value assigned to `__total__` in the class body of a
4343
`TypedDict` will be overwritten by the `total` argument of the `TypedDict` constructor.
4444
Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
45+
- Fix for Python 3.11 that now `isinstance(typing_extensions.Unpack[...], TypeVar)`
46+
evaluates to `False`, however still `True` for <3.11.
47+
Patch by [Daraan](https://github.com/Daraan)
4548

4649
# Release 4.12.2 (June 7, 2024)
4750

0 commit comments

Comments
 (0)