From 02d94c0c89950e99489d5f1b218b2ceb7ede1efc Mon Sep 17 00:00:00 2001 From: Ashley Milsted Date: Sun, 18 Aug 2024 12:48:07 -0700 Subject: [PATCH] fix typo --- src/GC/GC.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GC/GC.jl b/src/GC/GC.jl index e7e992a6..92beae95 100644 --- a/src/GC/GC.jl +++ b/src/GC/GC.jl @@ -103,7 +103,7 @@ function enqueue(ptr::C.PyPtr) end function enqueue_all(ptrs) - if any(!=(C.PYNULL), ptrs) && C.CTX.is_initialized + if any(!=(C.PyNULL), ptrs) && C.CTX.is_initialized if C.PyGILState_Check() == 1 for ptr in ptrs if ptr != C.PyNULL