mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
This matches CPython's behaviour, and means that setting `__name__` won't modify `__qualname__`. (This is done in type_new_set_ht_name in typeobject.c in CPython.)