Closed EricGallimore closed 7 months ago
Hi. Thanks for the bug report.
You're right, that was an unintended side effect of some refactoring. I've fixed it and added a test.
Good timing - just in time for the 4.2.1 release! Thanks again.
This should be working again the 4.2.1 release.
In version prior to 4.2.0, this works:
In 4.2.0, a TypeError is thrown. Example:
(Converting the list of bytes/ints to bytes by calling
bytes(list_of_bytes)
fixes this, but this is still a change in 4.2.0 that breaks backward compatibility.)