bpo-46541: Remove unneeded visits from sqlite3 by erlend-aasland · Pull Request #31609 · python/cpython
// Interned strings Py_VISIT(state->str___adapt__); Py_VISIT(state->str___conform__); Py_VISIT(state->str_executescript); Py_VISIT(state->str_finalize); Py_VISIT(state->str_upper);
return 0; }