Python points-to: Cache objects.

This commit is contained in:
Mark Shannon
2019-05-31 14:56:11 +01:00
parent f6cc0be4a4
commit 66ba1079f3

View File

@@ -7,7 +7,7 @@ private import semmle.python.pointsto.PointsToContext
/** Internal type backing `ObjectInternal` and `Value`
* See `ObjectInternal.qll` for an explanation of the API.
*/
newtype TObject =
cached newtype TObject =
/* Builtin class objects */
TBuiltinClassObject(Builtin bltn) {
bltn.isClass() and