On Wed, 24 Mar 2021 at 06:15, David Marteau <[email protected]> wrote: > > > You should be aware that call to Qgis C/C++ api from Python hold the GIL > and may prevent custom python threads to run.
Actually almost all of the PyQGIS methods release the GIL before they call c++ code. The only exceptions are very fast methods which are guaranteed to be nearly instant to call. Nyall _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
