[New-bugs-announce] [issue32450] non-descriptive variable name

Yuri Kanivetsky report at bugs.python.org
Fri Dec 29 20:49:41 EST 2017


New submission from Yuri Kanivetsky <yuri.kanivetsky at gmail.com>:

Not a big issue, really. At some point the code switches from "ndots" name:

https://github.com/python/cpython/blob/v3.7.0a3/Python/ast.c#L3385

to "level" name:

https://github.com/python/cpython/blob/v3.7.0a3/Python/Python-ast.c#L1671

Be it "ndots" everywhere, it could save me some time.

----------
messages: 309212
nosy: Yuri Kanivetsky
priority: normal
severity: normal
status: open
title: non-descriptive variable name
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list