Message372708
>1) We should alter code in symtable.c to check whether the namespace in which the nonlocal statement appears in is a function block and whether it is nested or not.
Also, the 'nesting' has very specific meanings in the symbol table: scoping. The validity of the keyword translates there if is able to find a variable in the enclosing intermediate scope (when its not the global one). |
|
Date |
User |
Action |
Args |
2020-06-30 17:29:20 | pablogsal | set | recipients:
+ pablogsal, terry.reedy, ncoghlan, r.david.murray, Mark.Shannon, Rosuav, Esa.Peuha, mbussonn, cheryl.sabella, lys.nikolaou, RJ722 |
2020-06-30 17:29:20 | pablogsal | set | messageid: <1593538160.07.0.613548028428.issue19335@roundup.psfhosted.org> |
2020-06-30 17:29:20 | pablogsal | link | issue19335 messages |
2020-06-30 17:29:19 | pablogsal | create | |
|