Python: remove support for capturing callbacks

This will be added in a follow-up PR instead.
This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-18 23:24:57 +01:00
parent 6e4011d2ae
commit 78c484faab
2 changed files with 1 additions and 40 deletions

View File

@@ -45,4 +45,4 @@ def test_library_call():
for x in map(set, [1]):
pass
SINK(captured["x"]) #$ captured
SINK(captured["x"]) #$ MISSING: captured