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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -