Skip to content

Use correct integer types in Cython #1913

@niboshi

Description

@niboshi

Currently incorrect integer types are used in Cython implementation.
It's less portable and perhaps more importantly, confusing for developers.

For example:

  • Pointers should be intptr_t.
  • Memory sizes should be size_t.
  • Memory offsets should be ptrdiff_t.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cat:code-fixCode refactoring that do not change behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions