Message 338860 - Python tracker (original) (raw)
desc = dict.dict['fromkeys'] desc(int, []) Traceback (most recent call last): File "", line 1, in TypeError: descriptor 'fromkeys' requires a subtype of 'dict' but received 'type
'type
should be 'int'
.