Message 105916 - Python tracker
Attached patch fixes the issue, but feels a little bit like a band-aid. I think making array arguments "decay" into pointers is the right solution, but I am not sure this should be done when prototype is created or when it is called. If python level solution is accepted, a better way to detect an array type should probably be found.