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

Skip to content

Commit 66ba107

Browse files
committed
Python points-to: Cache objects.
1 parent f6cc0be commit 66ba107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/objects/TObject.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ private import semmle.python.pointsto.PointsToContext
77
/** Internal type backing `ObjectInternal` and `Value`
88
* See `ObjectInternal.qll` for an explanation of the API.
99
*/
10-
newtype TObject =
10+
cached newtype TObject =
1111
/* Builtin class objects */
1212
TBuiltinClassObject(Builtin bltn) {
1313
bltn.isClass() and

0 commit comments

Comments
 (0)