From: Stefan Behnel Date: Thu, 8 Aug 2013 17:46:55 +0000 (+0200) Subject: remove outdated comment X-Git-Tag: 0.20b1~416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e1c15baa0c447a7b21ee630596f97ed3362f2e4;p=platform%2Fupstream%2Fpython-cython.git remove outdated comment --- 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"), )