Franklin? Lee <leewangzh...@gmail.com> added the comment:
> > It's likely also false that every entry will be checked, since presumably > > the function uses short-circuit logic. > This, however, would be good to verify first. Verified. https://github.com/python/cpython/blob/36dcaab7fde5d2e54cdeff5b705b5adcb27726dd/Objects/abstract.c#L2517 It loops through the tuple until it finds success or error. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37307> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com