Search code examples
pythonpyqtcythonpython-multithreadingnuitka

Can we use pyqt threads in nuitka or cython?


I know both nuitka and cython is problematic with python threads because of gil.

Some explained here can be used in cython with nogil but i couldnt find any example within nuitka or with qt threads.

Anyone has experience about it?


Solution

  • with nogil works well with pyqt in cython but problematic in nuitka due to here