Bringing this topic back to the mailing list.
I wish gmail had a more prominent "reply to all" button so I wouldn't
inadvertently bring stuff offline.
Problem solvedGIL is the problem.
Cython made it somewhat simple to test especially since my Cython
bindings are generated and not hand made.
Hello all,
I am having problems with an unresponsive GUI.
I have a GUI for a client in a client / server program.
For long running operations, I implemented a QThread subclass and do
everything in the run method.
Still, I have an unresponsive GUI.
If I replace all the the server calls with a time
On Mon, 29 Aug 2011 11:32:01 -0700, David Cortesi
wrote:
> The following code will reliably produce a crash on my Mac OS 10.6.8
(snow
> leopard) system. Python 2.6.1.
>
> from __future__ import division
> from __future__ import print_function
> from __future__ import unicode_literals
> from futur