mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
According to Cpython 3.10 changes, some special methods of complex class (`__int__`, `__float__`, etc) are removed as they always raise `TypeError`. (reference : https://bugs.python.org/issue41974)