• Anssi Kääriäinen's avatar
    Fixed SortedDict.__copy__() · 4b11762f
    Anssi Kääriäinen yazdı
    Fixed #18175 -- Calling SortedDict.__copy__() resulted in changes to
    the original dictionary. The reason was likely related to subclassing
    dict.
    
    Thanks to linovia for report and patch.
    4b11762f
datastructures.py 10.1 KB