Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lxc.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,9 +849,11 @@ Container_clone(Container *self, PyObject *args, PyObject *kwds)
assert(config_path != NULL);
}

Py_BEGIN_ALLOW_THREADS
new_container = self->container->clone(self->container, newname,
config_path, flags, bdevtype,
bdevdata, newsize, hookargs);
Py_END_ALLOW_THREADS

Py_XDECREF(py_config_path);

Expand Down