[New-bugs-announce] [issue34983] expose symtable.Symbol.is_nonlocal()

Pablo Galindo Salgado report at bugs.python.org
Sun Oct 14 12:24:56 EDT 2018


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

The symtable has information about if a particular symbol is nonlocal though the DEF_LOCAL flag but this information is not exposed in symtable.py, making impossible to ask if a symbol is declared as nonlocal using the python symtable module.

----------
components: Interpreter Core
messages: 327713
nosy: pablogsal
priority: normal
severity: normal
status: open
title: expose symtable.Symbol.is_nonlocal()
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34983>
_______________________________________


More information about the New-bugs-announce mailing list