Fix #1530559, struct.pack raises TypeError where it used to convert.
Passing float arguments to struct.pack when integers are expected now triggers a DeprecationWarning.
Showing
Please register or sign in to comment
Passing float arguments to struct.pack when integers are expected now triggers a DeprecationWarning.