`test_tuple_new` in `test_isinstance` is failing on .NET Core 2.1 Preview. In particular: ```Python tuple.__new__(str, 'abc') ``` is raising a `SystemError`. The failure appears to be caused by overload resolution and Spans. In 2.1 there is a new string constructor which takes a `ReadOnlySpan<char>`.