Uh oh!
There was an error while loading. Please reload this page.
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types - #22444
Conversation
vstinner
left a comment
There was a problem hiding this comment.
LGTM if you remove Py_TPFLAGS_HEAPTYPE.
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Sep 28, 2020
See 6d22771 |
erlend-aasland
commented
Sep 29, 2020
@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. |
vstinner
commented
Oct 1, 2020
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. |
vstinner
commented
Oct 1, 2020
Merged, thanks. Next? :-) |
erlend-aasland
commented
Oct 1, 2020
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_sqlitehttps://bugs.python.org/issue41861