We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c52b21 commit 3a2fe5dCopy full SHA for 3a2fe5d
Tool/Sources/PythonHelper/RunPython.swift
@@ -15,8 +15,6 @@ func gilStateGuard<T>(_ closure: @escaping () throws -> T) throws -> T {
15
}
16
17
18
-let pythonQueue = DispatchQueue(label: "Python Queue")
19
-
20
public func runPython<T>(
21
usePythonThread: Bool = false,
22
_ closure: @escaping () throws -> T
0 commit comments