bpo-44976: Lazy creation of `sqlite3` result rows by erlend-aasland · Pull Request #27884 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
- remove 'next_row' member from Cursor object
- remove _pysqlite_fetch_one_row() call from query execute loop
- as a result of the two above, pysqlite_cursor_iternext() is vastly simplified
- 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
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit ce0d55f 🤖
If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.
The AMD64 Arch Linux Asan Debug PR buildbot failure seems to be unrelated. I see that it's been failing a lot recently.
erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters