mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-46541: Remove unnecessary Py_VISIT (GH-31608)
This commit is contained in:
parent
345572a1a0
commit
088dd76dba
2 changed files with 0 additions and 6 deletions
|
@ -60,7 +60,6 @@ _csv_traverse(PyObject *module, visitproc visit, void *arg)
|
|||
Py_VISIT(module_state->dialect_type);
|
||||
Py_VISIT(module_state->reader_type);
|
||||
Py_VISIT(module_state->writer_type);
|
||||
Py_VISIT(module_state->str_write);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue