Skip to content

int.to_bytes and int.from_bytes implementations incomplete #682

@khoulihan

Description

@khoulihan

These methods have the following comments in them:

// TODO: Support long ints
// TODO: Support byteorder param
// TODO: Support signed param

I encountered this when trying to convert an int to big-endian bytes, but to_bytes returned little-endian bytes instead. from_bytes also apparently only supports little-endian bytes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions