-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic #22484
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
Conversation
…Clinic Note: Moves sqlite3.adapt from microprotocols.c to module.c
@vstinner, would you mind reviewing this? |
@corona10 Would you you mind reviewing this as well, if you've got time for it? It will be a series of five (or six) PR's. |
cc @shihai1991 |
Would it be preferable to split this PR in smaller chunks? One PR for each method converted? |
Oops sorry, I will review this PR until next week, sorry for the delay :( |
No problem, @corona10, and thank you for taking this! I hope I'm not too eager/impatient. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've checked some APIs.
Please check other things also ;)
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
…ment Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
I have made the requested changes; please review again |
Thanks for making the requested changes! @corona10: please review the changes made to this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thank you for working on this ;)
Thank you and likewise! :) |
Part 1 of 5, @vstinner.
Ref #20826
Notes:
_sqlite3.connect
will be converted in the final PRsqlite3.adapt
is moved frommicroprotocols.c
tomodule.c
https://bugs.python.org/issue40956