Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow array[int] as a valid input to struct.unpack(). (python#2586)
There does not seem to be an easy way to express that the array needs to be of a 1-byte type ('b', 'B', or 'c' in Python 2 only), so it is a bit more permissive than it should be.
- Loading branch information