[issue39684] PyUnicode_IsIdentifier has two if/thens that can be combined

Benjamin Peterson report at bugs.python.org
Thu Feb 20 23:52:00 EST 2020


Benjamin Peterson <benjamin at python.org> added the comment:


New changeset 933fc53f3f9c64ffa703b1f23a93bec560faea57 by Andy Lester in branch 'master':
closes bpo-39684: Combine two if/thens and squash uninit var warning. (GH-18565)
https://github.com/python/cpython/commit/933fc53f3f9c64ffa703b1f23a93bec560faea57


----------
nosy: +benjamin.peterson
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list