Replies: 1 comment
-
To my knowledge, this occurs for Python >=3.12 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Depending on the Python version, the bitfield write operation generates an OverflowError:
This problem can be solved by adding a masking operation for the number of desired bits:
Beta Was this translation helpful? Give feedback.
All reactions