Message399015
I am confusing. Why do these objects should have __name__ and __qualname__ attributes? What document specifies this? How are these attributes used?
collections.abc.MutableSet and typing.MutableSet are different things. The former is a class, the latter is not a class. I don't know exact reasons, but it was intentional. We introduced __mro_entries__ for this (it was significant intervention in class creation mechanism). |
|
| Date |
User |
Action |
Args |
| 2021-08-05 16:42:15 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, farcat, lukasz.langa, JelleZijlstra, miss-islington, uriyyo, BvB93, kj, lars2 |
| 2021-08-05 16:42:15 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2021-08-05 16:42:15 | serhiy.storchaka | link | issue44524 messages |
| 2021-08-05 16:42:15 | serhiy.storchaka | create | |
|