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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -