Not to mention this seems to work correctly in PytQt5. This is also running 
Python.

See ticket below:
https://bugreports.qt.io/browse/PYSIDE-803

-----Original Message-----
From: PySide <pyside-boun...@qt-project.org> On Behalf Of Tim Roberts
Sent: Friday, December 6, 2019 10:37 AM
Cc: pyside@qt-project.org
Subject: Re: [PySide] Keeping GUI responsive

Bob Hood wrote:
>
> Perhaps I'm misunderstanding what you're trying to achieve, but...
>
> Python is not multi-threaded:  Never has been, and from what I can 
> tell, never will be.

That's not really fair.  Python code certainly CAN be multi-threaded, but the 
multi-threading isn't effective for computationally-intensive code because of 
the GIL.  Python multi-threading is quite effective for I/O bound solutions, 
like TCP servers.

--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.


_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to