Files
RustPython/vm
Yash Suthar b6e8a875ac Resolve number slots via MRO in PyNumber and operator, ensure inherit… (#6222)
* Resolve number slots via MRO in PyNumber and operator, ensure inherited and dynamically added methods are found.

Use class().mro_find_map() to mimic the same behaviour as CPython.

Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
2025-10-28 12:00:22 +09:00
..
2025-03-27 01:28:36 +09:00
2025-07-30 12:16:02 +09:00
2018-07-07 17:14:45 +02:00
2025-03-31 11:28:15 +09:00