|
|
|
|
|
by blitzprog
5096 days ago
|
|
I'm using QThread for PyQt GUI applications.
However the GIL makes it impossible to execute _Python_ code in parallel. I can understand the reasons for that, however it doesn't change the fact that it makes my application inherently slower and is therefore something I dislike. Apart from that I really like Python. |
|
For this reason, I actually use QThread in console apps aswell.