You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! Looks like it's binding the Array[str] argument directly to the params object[]. There are probably other places that have the same issue (e.g. zip).
Description
List[str] works but Array[str] fails.
IronPython 2.7 works as expected.
The text was updated successfully, but these errors were encountered: