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 4e4b0ce commit 5ffdb2cCopy full SHA for 5ffdb2c
CHANGELOG.md
@@ -3,6 +3,10 @@
3
- Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType` and a
4
`typing.TypeAliasType` on Python 3.12 and 3.13.
5
Patch by [Joren Hammudoglu](https://github.com/jorenham).
6
+- Backport from CPython PR [#132160](https://github.com/python/cpython/pull/132160)
7
+ to avoid having user arguments shadowed in generated `__new__` by
8
+ `@typing_extensions.deprecated`.
9
+ Patch by [Victorien Plot](https://github.com/Viicos).
10
11
# Release 4.13.1 (April 3, 2025)
12
0 commit comments