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 b063b02 commit 17229abCopy full SHA for 17229ab
Doc/whatsnew/3.10.rst
@@ -812,6 +812,16 @@ Other Language Changes
812
:ref:`annotations-howto`.
813
(Contributed by Larry Hastings in :issue:`43901`.)
814
815
+* Annotations consist of ``yield``, ``yield from``, ``await`` or named expressions
816
+ are now forbidden under ``from __future__ import annotations`` due to their side
817
+ effects.
818
+ (Contributed by Batuhan Taskaya in :issue:`42725`.)
819
+
820
+* Usage of unbound variables, ``super()`` and other expressions that might
821
+ alter the processing of symbol table as annotations are now rendered
822
+ effectless under ``from __future__ import annotations``.
823
824
825
New Modules
826
===========
827
0 commit comments