bpo-40956: Convert _sqlite3 module level functions to Argument Clinic#22484
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic#22484corona10 merged 5 commits into
Conversation
…Clinic Note: Moves sqlite3.adapt from microprotocols.c to module.c
|
@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. |
Sorry, something went wrong.
|
Would it be preferable to split this PR in smaller chunks? One PR for each method converted? |
Sorry, something went wrong.
Oops sorry, I will review this PR until next week, sorry for the delay :( |
Sorry, something went wrong.
No problem, @corona10, and thank you for taking this! I hope I'm not too eager/impatient. |
Sorry, something went wrong.
corona10
left a comment
There was a problem hiding this comment.
I've checked some APIs.
Please check other things also ;)
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
…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 |
Sorry, something went wrong.
|
Thanks for making the requested changes! @corona10: please review the changes made to this pull request. |
Sorry, something went wrong.
corona10
left a comment
There was a problem hiding this comment.
lgtm
Thank you for working on this ;)
Sorry, something went wrong.
Thank you and likewise! :) |
Sorry, something went wrong.
Part 1 of 5, @vstinner.
Ref #20826
Notes:
_sqlite3.connectwill be converted in the final PRsqlite3.adaptis moved frommicroprotocols.ctomodule.chttps://bugs.python.org/issue40956