bpo-40956: Convert _sqlite3.Connection to Argument Clinic by erlend-aasland · Pull Request #23057 · python/cpython
@vstinner cc @erlend-aasland
I am quite busy until next week, Can you please take a look instead of me? ;)
Let me know if I should split this up; excluding the clinic code, the short stat is 3 files changed, 292 insertions(+), 210 deletions(-). I'll be happy to split it up, if that can help.
All right, how about this: I'll split this up in two parts:
- All the straightforward methods
Connection.execute*()andConnection.backup(), which require small modifications in addition to AC
The former, with the larger line count, should be the easiest to review. The latter may end up with adjustments; I may not have chosen the best way to resolve the issues encountered.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters