Files
RustPython/vm
Daniel Watkins f6bf48a8f1 builtins/pytype.rs: set __qualname__ in slot_new
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.)
2022-04-16 00:38:12 +09:00
..
2021-04-11 17:38:44 -05:00
2021-10-21 11:46:24 -05:00
2018-07-07 17:14:45 +02:00
2022-02-24 20:41:31 +08:00