remove outdated comment
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 8 Aug 2013 17:46:55 +0000 (19:46 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 8 Aug 2013 17:46:55 +0000 (19:46 +0200)
Cython/Compiler/TypeSlots.py

index 56a29e0..eca0e37 100644 (file)
@@ -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"),
 )