-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
C-compatA discrepancy between RustPython and CPythonA discrepancy between RustPython and CPython
Description
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
from typing import Self
ImportError: cannot import name 'Self'
python version:3.11.7
rustpython version:0.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-compatA discrepancy between RustPython and CPythonA discrepancy between RustPython and CPython