We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am porting a (minimal) CBOR codec to micropython.
In the process I hit on two deficiencies wrt CPython:
struct should support the e format code for half-float (16 bit) numbers.
struct
e
int.bit_count would really help with encoding integers, esp. bigints.
int.bit_count
The text was updated successfully, but these errors were encountered:
See PR #11679
Sorry, something went wrong.
Ugh, why the feck did I overlook these?
Struct is #7467, thus closing here
No branches or pull requests
I am porting a (minimal) CBOR codec to micropython.
In the process I hit on two deficiencies wrt CPython:
struct
should support thee
format code for half-float (16 bit) numbers.int.bit_count
would really help with encoding integers, esp. bigints.The text was updated successfully, but these errors were encountered: