55565758596061
* the thread module. * * Also used from the threading.py module. */ public static FunctionThread _newFunctionThread(PyObject func, PyTuple args) { return new FunctionThread(func, args.getArray(), stack_size, group); }