An idl file with a multi dimensional array creates a wrong size in the python generated bindings ``` struct Foo{ long example[3][4]; }; ``` The above creates a single dimensional array of size 34 in python.
An idl file with a multi dimensional array creates a wrong size in the python generated bindings
The above creates a single dimensional array of size 34 in python.