Dennis Sweeney <[email protected]> added the comment:
replacing `return True` with `return random() < 0.5` makes *all* of the operations crash, except for `|` and `|=`. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46615> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
