# Bug report ### Bug description: ```python >>> a = False >>> b = False >>> c = False >>> not(a) <= (b == c) False >>> not(a) True >>> b == c True >>> True <= True True >>> ``` ### CPython versions tested on: 3.13 ### Operating systems tested on: Windows