commit | d5b4f1b5a064c0d858352100fcddb91c363afa51 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Sat Oct 20 01:46:00 2018 +0100 |
committer | GitHub <noreply@github.com> | Sat Oct 20 01:46:00 2018 +0100 |
tree | cae99173cc824e62289c7ebd8e5be290a206d0c1 | |
parent | 6395844e6adebc12c4eba1fb75c5e7c9c8b89f85 [diff] |
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) The symbol table was not exposing functionality to query the nonlocal symbols in a function or to check if a particular symbol is nonlocal.