mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
The correct/modern way to do this is: https://docs.python.org/3/c-api/init.html#releasing-the-gil-from-extension-code PyEval_ThreadsInitialized was deprecated in 3.9 and will be removed completely in 3.11, so we shouldn't use that function.
libguestfs is a library and set of tools for accessing and modifying virtual machine (VM) disk images. This package contains the Python bindings for libguestfs.