static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

`array_deepcopy` interface to accept kwargs, memo dict optional #42

Closed flexatone closed 3 years ago

flexatone commented 3 years ago

@brandtbucher : Thanks for these comments. Regarding this:

but does array_new = PyObject_CallFunctionObjArgs(deepcopy, array, memo, NULL); work when memo is NULL

I am pretty sure we are testing that scenario when call array_deepcopy with memo=None.