Skip to content

Commit 513c658

Browse files
Add a TODO.
1 parent 32d194a commit 513c658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/pystate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,7 @@ _PyCrossInterpreterData_Release(_PyCrossInterpreterData *data)
13321332
}
13331333

13341334
// "Release" the data and/or the object.
1335+
// XXX Use _Py_AddPendingCall().
13351336
_call_in_interpreter(interp, _release_xidata, data);
13361337
}
13371338

0 commit comments

Comments
 (0)