Skip to content

Commit 6cfed6c

Browse files
authored
Update Python/ceval.c
1 parent db5dae1 commit 6cfed6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
_Py_DECREF_STAT_INC(); \
103103
if (--op->ob_refcnt == 0) { \
104104
_PyReftracerTrack(op, PyRefTracer_DESTROY); \
105-
/* TODO(picnixz): remove cast to detect incorrect macro usages */ \
106105
destructor d = (destructor)(dealloc); \
107106
d(op); \
108107
} \

0 commit comments

Comments
 (0)