aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/instruction_sequence.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/instruction_sequence.c')
-rw-r--r--Python/instruction_sequence.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/instruction_sequence.c b/Python/instruction_sequence.c
index b068e4fa3db..e2db46b4893 100644
--- a/Python/instruction_sequence.c
+++ b/Python/instruction_sequence.c
@@ -419,10 +419,8 @@ inst_seq_dealloc(PyObject *op)
{
_PyInstructionSequence *seq = (_PyInstructionSequence *)op;
PyObject_GC_UnTrack(seq);
- Py_TRASHCAN_BEGIN(seq, inst_seq_dealloc)
PyInstructionSequence_Fini(seq);
PyObject_GC_Del(seq);
- Py_TRASHCAN_END
}
static int