Add changelog entries for reverting all() handling
This commit is contained in:
1
changelog/5370.bugfix.rst
Normal file
1
changelog/5370.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
Revert unrolling of ``all()`` to fix ``NameError`` on nested comprehensions.
|
||||
1
changelog/5371.bugfix.rst
Normal file
1
changelog/5371.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
Revert unrolling of ``all()`` to fix incorrect handling of generators with ``if``.
|
||||
1
changelog/5372.bugfix.rst
Normal file
1
changelog/5372.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
Revert unrolling of ``all()`` to fix incorrect assertion when using ``all()`` in an expression.
|
||||
Reference in New Issue
Block a user