Remove nodes_to_execute in favor of a function in parser_utils.

This commit is contained in:
Dave Halter
2017-04-08 12:59:49 +02:00
parent 8542047e5c
commit 65a6c61dc6
6 changed files with 81 additions and 182 deletions

View File

@@ -17,7 +17,7 @@ tuple(a + 3 for a in [''])
# Some variables within are not defined
# ----------
abcdef = None
abcdef = []
#! 12 name-error
[1 for a in NOT_DEFINFED for b in abcdef if 1]