- [ ] table design. function pointer vs table offset https://github.com/RustPython/RustPython/pull/4615#discussion_r1123553379 - [ ] unary ops handling. https://github.com/RustPython/RustPython/pull/4615#discussion_r1131191733 - [ ] test_collections regression related to slot selection https://github.com/RustPython/RustPython/pull/4615/files#diff-a2a882635e20e8e9439f090d33513502a7af648286efebfa4e4bc37270c44784R264 - [x] heaptype concerns https://github.com/RustPython/RustPython/pull/4615#issuecomment-1462515684 - [ ] `__builtins__.pow` is still not using number protocol - [ ] Remove `#[pymethod]` from number types' binary ops - [x] Remove `PyNumber` assumption from PyNumberMethods cc @xiaozhiyan @qingshi163 part of #3244
__builtins__.powis still not using number protocol#[pymethod]from number types' binary opsPyNumberassumption from PyNumberMethodscc @xiaozhiyan @qingshi163
part of #3244