Add changelog entries for reverting all() handling
This commit is contained in:
parent
1b381d5277
commit
230f736fcd
|
@ -0,0 +1 @@
|
|||
Revert unrolling of ``all()`` to fix ``NameError`` on nested comprehensions.
|
|
@ -0,0 +1 @@
|
|||
Revert unrolling of ``all()`` to fix incorrect handling of generators with ``if``.
|
|
@ -0,0 +1 @@
|
|||
Revert unrolling of ``all()`` to fix incorrect assertion when using ``all()`` in an expression.
|
Loading…
Reference in New Issue