Skip to content

fix: Python floats and ints are now transmitted with 64-bit precision instead of 32. #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 16, 2022

Conversation

amunra
Copy link
Collaborator

@amunra amunra commented Aug 16, 2022

Closes #13.

@amunra amunra requested a review from bziobrowski August 16, 2022 11:37
@amunra amunra changed the title fix: Python float now transmitted with 64-bit precision instead of 32. fix: Python floats and ints are now transmitted with 64-bit precision instead of 32. Aug 16, 2022
…cros instead of bridging through the Python int type.
@tris0laris tris0laris merged commit 1df85e1 into main Aug 16, 2022
@amunra amunra deleted the float_double_fix branch August 16, 2022 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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