Make the data member of SharedArray more robust by adding a setter. This...
Make the data member of SharedArray more robust by adding a setter. This setter checks that the variable to be assigned is indeed a ctypes.Array. This prevents from accidentally erasing data with a Numpy array for instance.
Please register or sign in to comment