I need to make a shared object of a multidimensional array or list of lists for it to be available to the other processes. Is there a way to create it as for what i have see
Why not create a list of Arrays?
Array
arrays = [Array('i', range(10))] * 10