Skip to content

Commit 74eb905

Browse files
committed
Remove changes that will be reverted.
1 parent 6ae2f1d commit 74eb905

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Modules/_bz2module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ static PyType_Slot bz2_compressor_type_slots[] = {
402402
{Py_tp_methods, BZ2Compressor_methods},
403403
{Py_tp_new, _bz2_BZ2Compressor},
404404
{Py_tp_doc, (char *)_bz2_BZ2Compressor__doc__},
405-
{Py_tp_traverse, _PyObject_VisitType},
406405
{0, 0}
407406
};
408407

Modules/_lzmamodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,6 @@ static PyType_Slot lzma_compressor_type_slots[] = {
915915
{Py_tp_methods, Compressor_methods},
916916
{Py_tp_new, Compressor_new},
917917
{Py_tp_doc, (char *)Compressor_doc},
918-
{Py_tp_traverse, _PyObject_VisitType},
919918
{0, 0}
920919
};
921920

0 commit comments

Comments
 (0)