Closed ghost closed 12 years ago
Thanks. This should be fixed with commit d6607840feb2ad6f84c9c8173afe6b8ec4aeea0e.
The segmentation fault doesn't happen in other classes, because they only contain pure Python, so an exception is raised instead. But thinking about it, I guess I should make it so that comparison operators return False too.
Running on 64-bit Linux. I had a Time object (call it time) and attempted to execute this statement:
time == None
which caused a segmentation fault.