mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Python: CG trace: Handle BUILD_TUPLE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
def foo():
|
||||
print("foo")
|
||||
|
||||
|
||||
def bar():
|
||||
print("bar")
|
||||
|
||||
|
||||
(foo, bar)[0]()
|
||||
Reference in New Issue
Block a user