When declaring an input argument of type 10-Array, and passing in strings as values, when they are read back, their values appear to have changed. This did not occur before the upgrade to Python3.6. I ...
what exactly seq is. Is it a single value to be altered in-place? Is it an array, and if so what is its length? Is it input-only? Output-only? Input-output? SWIG cannot determine these details, and ...