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 53f146f commit 31eb2d3Copy full SHA for 31eb2d3
Misc/NEWS.d/next/Core_and_Builtins/2025-04-10-10-29-45.gh-issue-127682.X0HoGz.rst
@@ -1,4 +1,4 @@
1
-No longer call ``__iter__`` twice when creating and executing a generator
2
-expression. Creating a generator expression with non-interable will only
3
-raise when the generator expression is exeuted. This brings the behavior of
4
-generator expressions in line with other generators
+No longer call ``__iter__`` twice when creating and executing a generator expression.
+Creating a generator expression from a non-interable will raise only when the
+generator expression is executed.
+This brings the behavior of generator expressions in line with other generators.
0 commit comments