Closed
Description
Currently _struct.unpack_iterator
type defines its own constructor just to report to user that it isn't instantiable (with a typo, by the way):
Lines 1835 to 1838 in 8d95012
It can be easily removed and replaced by appropriate type flag. I'll submit a PR.