Skip to content
Snippets Groups Projects
  • Mike Bayer's avatar
    - The range of Python identifiers that · ca21a535
    Mike Bayer authored
      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.
    ca21a535