bpo-44976: Lazy creation of `sqlite3` result rows by erlend-aasland · Pull Request #27884 · python/cpython

- remove 'next_row' member in Cursor object
- remove fetch-one-row call from query execute loop
- rewrite cursor iternext method to comply with the new behaviour

pablogsal

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Aug 25, 2021