Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d167123

Browse files
committed
Branch merge
2 parents 6a59b70 + 400a968 commit d167123

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/frameobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ static PyMemberDef frame_memberlist[] = {
2020
{"f_builtins", T_OBJECT, OFF(f_builtins), READONLY},
2121
{"f_globals", T_OBJECT, OFF(f_globals), READONLY},
2222
{"f_lasti", T_INT, OFF(f_lasti), READONLY},
23-
{"f_yieldfrom", T_OBJECT, OFF(f_yieldfrom), READONLY},
2423
{NULL} /* Sentinel */
2524
};
2625

0 commit comments

Comments
 (0)