Feature
Currently, RustPython targets to support Python >= 3.8. But the typing module seems to have stayed in 3.6. It should be bumped to resolve another issues to use typing module.
To resolve this issue, #2917 should be resolved first.
Python Documentation
Feature
Currently, RustPython targets to support Python >= 3.8. But the
typingmodule seems to have stayed in 3.6. It should be bumped to resolve another issues to usetypingmodule.To resolve this issue, #2917 should be resolved first.
Python Documentation