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

sqlite3: improve scoping of functions in the sqlite3 extension module #92206

Closed
5 tasks done
erlend-aasland opened this issue May 2, 2022 · 1 comment · Fixed by #92207, #92212, #92241, #92250 or #92260
Closed
5 tasks done
Assignees
Labels
extension-modules C modules in the Modules dir topic-sqlite3

Comments

@erlend-aasland
Copy link
Contributor

erlend-aasland commented May 2, 2022

Clean up scoping/namespace by moving some functions. This will also help future refactoring I've got planned.

@erlend-aasland erlend-aasland added the extension-modules C modules in the Modules dir label May 2, 2022
@erlend-aasland erlend-aasland self-assigned this May 2, 2022
@erlend-aasland erlend-aasland changed the title sqlite3: move pysqlite_step to Modules/_sqlite/cursor.c sqlite3: improve scoping of functions in sqlite3 modules May 3, 2022
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue May 3, 2022
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue May 3, 2022
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue May 3, 2022
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue May 3, 2022
@erlend-aasland erlend-aasland changed the title sqlite3: improve scoping of functions in sqlite3 modules sqlite3: improve scoping of functions in the sqlite3 extension module May 3, 2022
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue May 3, 2022
@erlend-aasland
Copy link
Contributor Author

Thanks for helping, Jelle!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment