mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Python: remove support for capturing callbacks
This will be added in a follow-up PR instead.
This commit is contained in:
@@ -45,4 +45,4 @@ def test_library_call():
|
||||
for x in map(set, [1]):
|
||||
pass
|
||||
|
||||
SINK(captured["x"]) #$ captured
|
||||
SINK(captured["x"]) #$ MISSING: captured
|
||||
|
||||
Reference in New Issue
Block a user