mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python points-to: make sure builtin tuples are visible.
This commit is contained in:
@@ -365,6 +365,8 @@ module ObjectInternal {
|
||||
result = TBuiltinModuleObject(b)
|
||||
or
|
||||
result = TBuiltinMethodObject(b)
|
||||
or
|
||||
result = TBuiltinTuple(b)
|
||||
}
|
||||
|
||||
ObjectInternal classMethod() {
|
||||
|
||||
Reference in New Issue
Block a user