Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39496: Remove redundant checks from sqlite module's while loops #18270

Open
wants to merge 1 commit into
base: master
from

Conversation

@alexhenrie
Copy link
Contributor

alexhenrie commented Jan 30, 2020

This is a big win for code readability and it could also help performance.

https://bugs.python.org/issue39496

@alexhenrie alexhenrie requested a review from berkerpeksag as a code owner Jan 30, 2020
@alexhenrie alexhenrie force-pushed the alexhenrie:sqlite-loops branch 2 times, most recently from 7d3d7de to 46a8b59 Jan 30, 2020
@alexhenrie alexhenrie force-pushed the alexhenrie:sqlite-loops branch from 46a8b59 to 62e0b0f Feb 1, 2020
@alexhenrie alexhenrie changed the title bpo-39496: Replace while loops with for loops to avoid redundant checks bpo-39496: Remove redundant checks from sqlite module's while loops Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.