-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I'm trying to process a relatively large binary (35MB!) with Protod, but I'm getting OverflowErrors. If I get it working, I'll close this issue and send over a PR.
Stacktrace:
Traceback (most recent call last):
File "protod.py", line 315, in <module>
extractor.extract()
File "protod.py", line 274, in extract
for k in range(probable_size+1024, 0, -1):
OverflowError: range() result has too many itemsMetadata
Metadata
Assignees
Labels
No labels