|
|
|
|
|
by smeg
5101 days ago
|
|
Same here. As a nice side effect, QThread somehow makes signals work again, so you can Ctrl-C a MT Python program (you still have to set a handler for SIGINT but at least it works). For this reason, I actually use QThread in console apps aswell. |
|