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 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -