Files
edx-platform/lms/djangoapps
Ayub d6c99de909 BOM-418 TypeError: unhashable type: SequenceDescriptorWithMixins (#22051)
DescriptorWithMixins are dynamically created and do not have a hash
class method. Those classes had hash values in python2 but do not
have a default hash in python3. Thus those class objects can not be
used as dict keys. Used location of section/unit instead of real object
for cache dict. Location object is hashable.
2019-10-17 13:23:31 -04:00
..
2019-09-25 18:31:54 +05:00
2019-10-11 12:44:54 +05:00
2019-09-25 18:31:54 +05:00
2019-05-15 15:21:57 -04:00
2019-05-16 10:00:42 -04:00
2019-06-21 16:39:24 +05:00