• Jeremy Hylton's avatar
    Don't call constructor() from pickle(). · 75678228
    Jeremy Hylton yazdı
    The constructor() call only made sense when it registered the
    constructor as safe for unpickling.  We should probably remove the
    module-global function, but need to worry about backwards
    compatibility.
    75678228
copy_reg.py 6.07 KB