Skip to content

Commit 9653fdb

Browse files
committed
reduce diff
1 parent ba62e8f commit 9653fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/traceback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static PyMemberDef tb_memberlist[] = {
183183
static PyGetSetDef tb_getsetters[] = {
184184
{"tb_next", tb_next_get, tb_next_set, NULL, NULL},
185185
{"tb_lineno", tb_lineno_get, NULL, NULL, NULL},
186-
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
186+
{NULL} /* Sentinel */
187187
};
188188

189189
static void

0 commit comments

Comments
 (0)