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 2261fd1 commit 881f926Copy full SHA for 881f926
CHANGELOG.md
@@ -26,6 +26,9 @@ aliases that have a `Concatenate` special form as their argument.
26
- Backport CPython PR [#124795](https://github.com/python/cpython/pull/124795):
27
fix `TypeAliasType` not raising an error on non-tuple inputs for `type_params`.
28
Patch by [Daraan](https://github.com/Daraan).
29
+- Backport `evaluate_forward_ref` from CPython PR
30
+ [#119891](https://github.com/python/cpython/pull/119891) to evaluate `ForwardRef`s.
31
+ Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
32
33
# Release 4.12.2 (June 7, 2024)
34
0 commit comments