python code: from typing import Self cpython run ok rustpython output: $ rustpython test.py Traceback (most recent call last): File "test.py", line 1, in <module> from typing import Self ImportError: cannot import name 'Self' python version:3.11.7 rustpython version:0.3.0