[issue43833] Unexpected Parsing of Numeric Literals Concatenated with Boolean Operators

Carl Friedrich Bolz-Tereick report at bugs.python.org
Wed Apr 14 05:14:48 EDT 2021


Carl Friedrich Bolz-Tereick <cfbolz at gmx.de> added the comment:

@shreyanavigyan This is a bit off-topic, but it's called "short-circuiting", described here: https://docs.python.org/3/library/stdtypes.html#boolean-operations-and-or-not
(or/and aren't really "operators", like +/- etc, they cannot be overridden, they evaluate their components lazily and are therefore almost control flow)

----------

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


More information about the Python-bugs-list mailing list