bpo-41861: Convert _sqlite3 RowType and StatementType to heap types#22444
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types#22444vstinner merged 3 commits into
Conversation
vstinner
left a comment
There was a problem hiding this comment.
LGTM if you remove Py_TPFLAGS_HEAPTYPE.
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
|
Merged, thanks. Next? :-) |
Sorry, something went wrong.
Thanks, coming right up! :) |
Sorry, something went wrong.
Part 3 of bpo-41861, @vstinner
Tested for ref. leaks with
./python.exe -m test -F -r -j1 -R 3:10 test_sqlitehttps://bugs.python.org/issue41861