Skip to content

Add converters for standard fixed size unsigned integers in Argument Clinic #133583

Closed
@serhiy-storchaka

Description

@serhiy-storchaka

Several modules use converters to unsigned integers of fixed size: uint16_t, uint32_t, uint64_t. We could add support for these types in Argument Clinic and add the private C API for reuse the code.

A larger part of the work was already done in #132987 to support unsigned_int, etc converters. We can now just make the code even more general.

Linked PRs

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions