-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
sqlite3: improve scoping of functions in the sqlite3 extension module #92206
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
Closed
5 tasks done
Labels
Comments
pysqlite_step
to Modules/_sqlite/cursor.c
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 3, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
May 3, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 3, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
May 3, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 3, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
May 3, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 3, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
May 3, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 3, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
May 3, 2022
Thanks for helping, Jelle! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clean up scoping/namespace by moving some functions. This will also help future refactoring I've got planned.
pysqlite_step(): gh-92206: Improve scoping of sqlite3 statement step helper #92207
Defined in: Modules/_sqlite/util.c
Used only in: Modules/_sqlite/cursor.c
bind params helpers: gh-92206: Improve scoping of sqlite3 bind param functions #92250
Defined in: Modules/_sqlite/statement.c
Used only in: Modules/_sqlite/cursor.c
pysqlite_connection_register_cursor(): gh-92206: Improve scoping of sqlite3 register cursor helper #92212
Defined in: Modules/_sqlite/connection.c
Used only in: Modules/_sqlite/cursor.c
pysqlite_statement_reset(): gh-92206: Improve scoping of sqlite3 reset statement helper #92241
Defined in: Modules/_sqlite/statement.c
Used only in: Modules/_sqlite/cursor.c
pysqlite_statement_mark_dirty(): gh-92206: Improve scoping of sqlite3 taint statement helper #92260
Defined in: Modules/_sqlite/statement.c
Used only in: Modules/_sqlite/cursor.c
The text was updated successfully, but these errors were encountered: