bpo-36876: Use a consistent variable name for kwlist. by ericsnowcurrently · Pull Request #13531 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Closed
Conversation
Member
Having a consistent variable name helps simplify efforts to identify C globals that need to be moved. (A consistent name is easier to ignore.)
ericsnowcurrently
added
the
skip news
label
ericsnowcurrently
requested review from
berkerpeksag and
rhettinger
as code owners
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
commented
May 24, 2019
vstinner commented
Member
I'm not super excited by PR only changing the coding style. Can't you use a tool which understand that the static is a constant and it's value is constant?
ericsnowcurrently
commented
May 29, 2019
ericsnowcurrently commented
Member Author
You're right. :)
ericsnowcurrently
closed this
vstinner
commented
May 29, 2019
vstinner commented
Member
Sorry :-(
ericsnowcurrently
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment