Python points-to. Do not track tuples on lhs of assignment or in deletions.

This commit is contained in:
Mark Shannon
2019-08-12 11:04:28 +01:00
parent 5724fb0df0
commit 96ba9a2dfd
3 changed files with 1 additions and 8 deletions

View File

@@ -177,6 +177,7 @@ cached newtype TObject =
or
/* Represents a tuple in the Python source */
TPythonTuple(TupleNode origin, PointsToContext context) {
origin.isLoad() and
context.appliesTo(origin)
}
or