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 139ac68 commit a506398Copy full SHA for a506398
1 file changed
CHANGELOG.md
@@ -23,8 +23,8 @@ aliases that have a `Concatenate` special form as their argument.
23
`Ellipsis` as an argument. Patch by [Daraan](https://github.com/Daraan).
24
- Fix error in subscription of `Unpack` aliases causing nested Unpacks
25
to not be resolved correctly. Patch by [Daraan](https://github.com/Daraan).
26
-- Backport of CPython PR [#124795](https://github.com/python/cpython/pull/124795)
27
- and fix that `TypeAliasType` not raising an error on non-tupple inputs for `type_params`.
+- Backport CPython PR [#124795](https://github.com/python/cpython/pull/124795):
+ fix `TypeAliasType` not raising an error on non-tuple inputs for `type_params`.
28
Patch by [Daraan](https://github.com/Daraan).
29
30
# Release 4.12.2 (June 7, 2024)
0 commit comments