Zhiyan Xiao
Zhiyan Xiao
Closes https://github.com/RustPython/RustPython/issues/4614 Based on https://github.com/RustPython/RustPython/pull/4139 Related to https://github.com/RustPython/RustPython/issues/3244 This PR will not pass some tests at this moment, since Number Protocol is missing for some types. Let me create separate...
Closes https://github.com/RustPython/RustPython/issues/4638 In CPython, `bool` is a subclass of `int`, and its `as_number` method overrides `and`, `xor` and `or`. In RustPython, ~as `PyBool` is not a subclass of `PyInt`~, the...
Related to https://github.com/RustPython/RustPython/issues/3244
Related to https://github.com/RustPython/RustPython/issues/3244