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

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -