You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that cached values from links_and_reverse_links_dict are not mutable inside (#826)
Yay python, it's great... In 20b45ba we
made sure that we'd return read only dicts from this function since it's
caching the result, but we kinda forgot that the value was a set and
thus was still mutable... This commits freezes said sets so now those
objects should be properly read only...
0 commit comments