Skip to content

test_isinstance failing on .NET Core 2.1 Preview #347

Open
@slozier

Description

@slozier

test_tuple_new in test_isinstance is failing on .NET Core 2.1 Preview. In particular:

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>.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions