-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-41861: Convert _sqlite3 RowType and StatementType to heap types #22444
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types #22444
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if you remove Py_TPFLAGS_HEAPTYPE.
See 6d22771 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@vstinner Any idea why the macOS tests are failing? I'm unable to see the details (perhaps due to a recent change in the CI?). I'm tempted to just re-run the checks. |
I don't see any logs. It looks like a bug on the GitHub Action. I don't know how to debug such issue. These checks are not mandatory, you can safely ignore it. |
Merged, thanks. Next? :-) |
Thanks, coming right up! :) |
Part 3 of bpo-41861, @vstinner
Tested for ref. leaks with
./python.exe -m test -F -r -j1 -R 3:10 test_sqlite
https://bugs.python.org/issue41861