We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36d7c0 commit a5a2c96Copy full SHA for a5a2c96
test/finalize_test_script.jl
@@ -7,17 +7,3 @@ let
7
finalize(obj)
8
end
9
10
-
11
-@show isready(PythonCall.GC.QUEUE)
12
-GC.gc()
13
-# with GCHook, the queue should be empty now (the above gc() triggered GCHook to clear the PythonCall QUEUE)
14
-# without GCHook, gc() has no effect on the QUEUE
15
16
17
18
19
20
-# with GCHook this is not necessary, GC.gc() is enough
21
-# without GCHook, this is required to free any objects in the PythonCall QUEUE
22
-PythonCall.GC.gc()
23
0 commit comments