Python C APi Deep Copy -
how do deep copy of python object using c api? know can use copy.deepcopy, i'd prefer use c api if can.
the functionality of copy.deepcopy() completely written in python. don't think have done if there single c call achieve same thing, guess have call copy.deepcopy().
Comments
Post a Comment