Class PythonFreeThreadUtil

java.lang.Object
io.deephaven.engine.table.impl.select.PythonFreeThreadUtil

@InternalUseOnly public class PythonFreeThreadUtil extends Object
Static utility function to determine if we are running a free threaded version of Python.
  • Method Details

    • isPythonFreeThreaded

      public static boolean isPythonFreeThreaded()
      Return true if the version of Python we are executing is free threaded.

      This must only be called after Python has already been initialized. This class is not considered part of the public Deephaven API and may change at any time.

      Returns:
      true if the version of Python we are executing is free threaded.