Skip to content

bpo-40956: Convert _sqlite3 module level functions to Argument Clinic - #22484

Merged
corona10 merged 5 commits into
python:masterfrom
erlend-aasland:bpo-40956/part1-mod
Oct 31, 2020
Merged

bpo-40956: Convert _sqlite3 module level functions to Argument Clinic#22484
corona10 merged 5 commits into
python:masterfrom
erlend-aasland:bpo-40956/part1-mod

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Oct 1, 2020

Copy link
Copy Markdown
Contributor

Part 1 of 5, @vstinner.
Ref #20826

Notes:

  • _sqlite3.connect will be converted in the final PR
  • sqlite3.adapt is moved from microprotocols.c to module.c

https://bugs.python.org/issue40956

…Clinic
Note: Moves sqlite3.adapt from microprotocols.c to module.c
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

@vstinner, would you mind reviewing this?

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

@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

Copy link
Copy Markdown
Member

cc @shihai1991

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Would it be preferable to split this PR in smaller chunks? One PR for each method converted?

@corona10

Copy link
Copy Markdown
Member

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 :(

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

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.

@corona10corona10 left a comment

Copy link
Copy Markdown
Member

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 ;)

Comment threadModules/_sqlite/module.c Outdated
Comment threadModules/_sqlite/module.c Outdated
Comment threadModules/_sqlite/module.c Outdated
@bedevere-bot

Copy link
Copy Markdown

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

Erlend Egeberg Aaslandand others added 3 commits October 28, 2020 21:04
…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

Copy link
Copy Markdown
ContributorAuthor

I have made the requested changes; please review again

@bedevere-bot

Copy link
Copy Markdown

Thanks for making the requested changes!

@corona10: please review the changes made to this pull request.

@corona10corona10 left a comment

Copy link
Copy Markdown
Member

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 ;)

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Thank you for working on this ;)

Thank you and likewise! :)

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@erlend-aasland@corona10@bedevere-bot@taleinat@the-knights-who-say-ni