bpo-41861: Convert _sqlite3 RowType and StatementType to heap types by erlend-aasland · Pull Request #22444 · python/cpython
Erlend E. Aasland added 2 commits
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.
LGTM if you remove Py_TPFLAGS_HEAPTYPE.
See 6d22771
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.
@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.