New submission from Emmanuel Arias <[email protected]>: 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 <[email protected]> <https://bugs.python.org/issue36385> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
