Skip to content

Bug: Python int and float objects are downcast to 32-bit types before sending. #13

Closed
@amunra

Description

@amunra

Pyhon int and float objects are currently converted to 32-bit C int and C float types instead of the 64-bit int64_t and double types in C.
This is due to an error in the Cython binding code which uses the wrong datatypes.
A fix is imminent which will transmit these numbers correctly.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions