Uh oh!
There was an error while loading. Please reload this page.
bpo-40956: Use Argument Clinic in sqlite3 module - #20826
Conversation
erlend-aasland
commented
Jun 12, 2020
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
35a4bcbCompareerlend-aasland
commented
Jun 14, 2020
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
822d50fCompareerlend-aasland
commented
Sep 8, 2020
FYI: Rebased against master to resolve conflicts. Tests still pass without reference leaks. |
Here, @vstinner. I'll rebase onto master and force push. |
vstinner
commented
Oct 1, 2020
Sorry, I cannot review a PR which changes 19 files. Also, the PR has many conflicts. |
erlend-aasland
commented
Oct 1, 2020
Understandable! Let's repeat the previous exercise; I'll close this PR and split it up in manageable parts. |
https://bugs.python.org/issue40956