Skip to content

Unsigned ints #35

@ryanmrichard

Description

@ryanmrichard

The C++ APIs use unsigned integers all over the place. Python, however, does not have an easy way to declare unsigned integers. This makes auto conversions from Python to C++ painful in a number of places. Somehow we need to provide Python users nicer ways to interact with these APIs without sacrificing the non-negative guarantee the unsigned integer type provides to the C++ code.

This issue affects a number of repos, so I just put it in the .github repo. If there's a better place for it feel free to move it.

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