-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
bpo-40956: Convert _sqlite3.Cursor to Argument Clinic #24007
bpo-40956: Convert _sqlite3.Cursor to Argument Clinic #24007
Conversation
Current
|
@corona10 / @serhiy-storchaka, would one of you like to review this? I've gone through the argument specs twice, but please take an extra look in case I've missed something. |
FYI, Ubuntu tests fail at |
The macOS check at https://github.com/python/cpython/runs/1625929931 triggered by e9535b8 should've failed: the sqlite3 module was not built! (The fix, commit 64b9c36, was pushed right after e9535b8)
EDIT
|
PTAL, @serhiy-storchaka. Any idea why EDIT force-pushed to trigger CI |
feac1a1
to
829f23a
Compare
Thanks for reviewing, @serhiy-storchaka ! |
But currently |
FYI, I'm ready with the PR for |
Please merge with master to fix test failures. |
Done. Is there anything more you need from me before merging? |
Thanks, @berkerpeksag |
https://bugs.python.org/issue40956