mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
Moved mro creation from super getattribute to super constructor. Removed optional VM argument in new class construction and changed the function to return String which is later "unwrapped" if a vm is available. Added the relevant tests to `types_snippet.py`.