From 6e1c15baa0c447a7b21ee630596f97ed3362f2e4 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 8 Aug 2013 19:46:55 +0200 Subject: [PATCH] remove outdated comment --- Cython/Compiler/TypeSlots.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/TypeSlots.py b/Cython/Compiler/TypeSlots.py index 56a29e0..eca0e37 100644 --- a/Cython/Compiler/TypeSlots.py +++ b/Cython/Compiler/TypeSlots.py @@ -796,7 +796,6 @@ slot_table = ( EmptySlot("tp_weaklist"), EmptySlot("tp_del"), EmptySlot("tp_version_tag", ifdef="PY_VERSION_HEX >= 0x02060000"), - # TODO: change __dealloc__ to be called by tp_finalize (PEP 442) EmptySlot("tp_finalize", ifdef="PY_VERSION_HEX >= 0x030400a1"), ) -- 2.7.4