Zhiyan Xiao

Results 4 issues of 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...

z-ls-2023

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...

z-ls-2023

Related to https://github.com/RustPython/RustPython/issues/3244

z-ls-2023

Related to https://github.com/RustPython/RustPython/issues/3244

C-enhancement
A-design
z-ls-2023
A-vm