mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46541: Remove unneeded visits from sqlite3 (GH-31609)
This commit is contained in:
parent
088dd76dba
commit
c32aef4853
1 changed files with 0 additions and 7 deletions
|
@ -590,13 +590,6 @@ module_traverse(PyObject *module, visitproc visit, void *arg)
|
|||
Py_VISIT(state->lru_cache);
|
||||
Py_VISIT(state->psyco_adapters);
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue