list_pager.YieldFromList with negative limit returns all data
Open
- Dominant language
- Python
- Stars
- 157
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
E.g. bool(-1) return True, so the while condition is always true, and the loop will only end when page_token == None
Not sure if this is WAI, I would think not, and expected the method to return nothing.
Contributor guide
Assessment
This issue has not been assessed yet.