This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, rhettinger
Date 2022-02-02.18:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643825543.13.0.375628831857.issue46615@roundup.psfhosted.org>
In-reply-to
Content
replacing `return True` with `return random() < 0.5` makes *all* of the operations crash, except for `|` and `|=`.
History
Date User Action Args
2022-02-02 18:12:23Dennis Sweeneysetrecipients: + Dennis Sweeney, rhettinger
2022-02-02 18:12:23Dennis Sweeneysetmessageid: <1643825543.13.0.375628831857.issue46615@roundup.psfhosted.org>
2022-02-02 18:12:23Dennis Sweeneylinkissue46615 messages
2022-02-02 18:12:23Dennis Sweeneycreate