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

Skip to content

Commit 5644072

Browse files
committed
Python points-to: make sure builtin tuples are visible.
1 parent b47c2dd commit 5644072

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ module ObjectInternal {
365365
result = TBuiltinModuleObject(b)
366366
or
367367
result = TBuiltinMethodObject(b)
368+
or
369+
result = TBuiltinTuple(b)
368370
}
369371

370372
ObjectInternal classMethod() {

0 commit comments

Comments
 (0)