That's a different use of signals. He's referring to the signal handler code in __init__.py that lets you break the code by pressing Ctrl-C.
Can the solution to the other problem be extended? Aaron Meurer On Apr 10, 2013, at 2:20 AM, Sundance <[email protected]> wrote: > On 04/09/2013 08:50 PM, Aaron Meurer wrote: > >> Sorry about this. I didn't realize that this would fail just by >> setting up the handler in a non-main thread. Is there an easy, >> portable way to check if we are in the main thread? > > Wait, didn't we fix this bug already? I think we did: > https://github.com/inducer/pudb/pull/29 > > What version of PuDB is this gentleman running? > > -- S. > > _______________________________________________ > Pudb mailing list > [email protected] > http://lists.tiker.net/listinfo/pudb _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
