[New-bugs-announce] [issue36385] Add ``elif`` sentence on to avoid multiple ``if``

Emmanuel Arias report at bugs.python.org
Wed Mar 20 21:44:32 EDT 2019


New submission from Emmanuel Arias <emmanuelarias30 at gmail.com>:

Currently, when arguments on Parser/asdl_c.py are parsed
ìf sentence is used. This PR(https://github.com/python/cpython/pull/12478) Propose to use elif
to avoid multiple evaluting of the ifs.

----------
messages: 338519
nosy: eamanu
priority: normal
severity: normal
status: open
title: Add ``elif`` sentence on to avoid multiple ``if``
type: behavior
versions: Python 3.8

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


More information about the New-bugs-announce mailing list