Uh oh!
There was an error while loading. Please reload this page.
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic - #22484
Conversation
…Clinic Note: Moves sqlite3.adapt from microprotocols.c to module.c
erlend-aasland
commented
Oct 11, 2020
@vstinner, would you mind reviewing this? |
erlend-aasland
commented
Oct 15, 2020
@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. |
corona10
commented
Oct 20, 2020
cc @shihai1991 |
erlend-aasland
commented
Oct 22, 2020
Would it be preferable to split this PR in smaller chunks? One PR for each method converted? |
corona10
commented
Oct 23, 2020
Oops sorry, I will review this PR until next week, sorry for the delay :( |
erlend-aasland
commented
Oct 23, 2020
No problem, @corona10, and thank you for taking this! I hope I'm not too eager/impatient. |
corona10
left a comment
There was a problem hiding this comment.
I've checked some APIs.
Please check other things also ;)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Oct 28, 2020
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>
erlend-aasland
commented
Oct 30, 2020
I have made the requested changes; please review again |
bedevere-bot
commented
Oct 30, 2020
Thanks for making the requested changes! @corona10: please review the changes made to this pull request. |
corona10
left a comment
There was a problem hiding this comment.
lgtm
Thank you for working on this ;)
erlend-aasland
commented
Oct 31, 2020
Thank you and likewise! :) |
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