Closed esonderegger closed 5 years ago
Please check if the PR includes the following
[x] Tests for the changes have been added (if applicable)
[x] Docs have been added / updated (if applicable)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
The ability to parse filings without reading the whole thing into memory.
Attempting to parse ActBlue filings crashes the interpreter
Parsing ActBlue filings is slow, but does not crash
I don't think so, but soon using these generator functions may be the recommended approach.
Please check if the PR includes the following
[x] Tests for the changes have been added (if applicable)
[x] Docs have been added / updated (if applicable)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
The ability to parse filings without reading the whole thing into memory.
Attempting to parse ActBlue filings crashes the interpreter
Parsing ActBlue filings is slow, but does not crash
I don't think so, but soon using these generator functions may be the recommended approach.