-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix support comprehensions inside functions when use strict_undefined…
Fixed regression caused by the fix for 🎫`320` where new logic added to interpret list and dictionary comprehensions would fail for expression oriented keys. As the parsing in question was not necessary for these keys, it's been removed. Pull request courtesy Sébastien Granjoux. Fixes: #398 Closes: #399 Pull-request: #399 Pull-request-sha: d708e27 Change-Id: Icc253e66b99ad30b3d2353e896c8345f4e94ad9a
- Loading branch information
Showing
4 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. change:: | ||
:tags: bug, parser | ||
:tickets: 398 | ||
|
||
Fixed regression caused by the fix for :ticket:`320` where new logic added | ||
to interpret list and dictionary comprehensions would fail for expression | ||
oriented keys. As the parsing in question was not necessary for these | ||
keys, it's been removed. Pull request courtesy Sébastien Granjoux. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters