Skip to content

Unnecessary table copy in ascii.write #7605

@taldcroft

Description

@taldcroft

ascii.write typically makes a copy of a table before doing the write operation.

def write(table, output=None, format=None, Writer=None, fast_writer=True, *,

In theory this should not be needed, but without the copy some tests fail (test_fixedwidth). This issue is a reminder to look into this some day.

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