[Python-Dev] Problem with signals in a single threaded application

Ulisses Furquim ulissesf at gmail.com
Wed Jan 24 20:52:10 CET 2007


On 1/24/07, Ulisses Furquim <ulissesf at gmail.com> wrote:
> On 1/24/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> > I agree it's a bug, and I agree with your proposed analysis. Please
> > try to come up with a patch (e.g. by putting a while(is_tripped) loop
> > around the for loop). Also make sure you include test case.
>
> Ok. I was discussing this problem with a colleague of mine and he had
> a nice idea on how to fix this. We couldn't think of anything wrong
> with the solution, so I'm testing it right now and gonna write a test
> case afterwards.

Here is the link for the bug with both the test program and first
attempt to solve it.

http://www.python.org/sf/1643738

Regards,

-- Ulisses


More information about the Python-Dev mailing list