Skip to content
Snippets Groups Projects
Commit ca21a535 authored by Mike Bayer's avatar Mike Bayer
Browse files

- The range of Python identifiers that

  are considered "undefined", meaning they
  are pulled from the context, has been
  trimmed back to not include variables
  declared inside of expressions (i.e. from
  list comprehensions), as well as
  in the argument list of lambdas.  This
  to better support the strict_undefined
  feature.
parent c8598ab6
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment