-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-40956: Use Argument Clinic in sqlite3 module #20826
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
There's a couple more ref leaks in this PR that I haven't been able to fix yet, @berkerpeksag. (I should have checked this before pushing, sorry 'bout that.) At least one of the ref leaks are related to |
e505a54
to
35a4bcb
Compare
I've updated the PR and fixed the following:
Note 1: I've used Note 2: Converting PS. Sorry for force-pushing again. I'll try to avoid it. |
Note: Moves sqlite3.adapt from microprotocols.c to module.c
35a4bcb
to
822d50f
Compare
FYI: Rebased against master to resolve conflicts. Tests still pass without reference leaks. |
Here, @vstinner. I'll rebase onto master and force push. |
Sorry, I cannot review a PR which changes 19 files. Also, the PR has many conflicts. |
Understandable! Let's repeat the previous exercise; I'll close this PR and split it up in manageable parts. |
https://bugs.python.org/issue40956