Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:
It is better to not use assert(foo && bar). Use instead two separate asserts: assrte(foo) and assert(bar). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36389> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com