[issue32836] Symbol table for comprehensions (list, dict, set) still includes temporary _[1] variable

Nick Coghlan report at bugs.python.org
Tue Feb 13 23:35:44 EST 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

We still need to the ".0" style temporary variables that are used for argument names in the implicitly generated functions, but it's definitely plausible that we're not actually using the "_[1]" style hidden variables anywhere anymore.

----------
type:  -> behavior

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


More information about the Python-bugs-list mailing list