On Thursday, Oct 16, 2003, at 13:15 America/New_York, Marcus H. Mendenhall wrote: > This is the first one of these I have seen in a while. I was running > a program in the python IDE > --snip-- > The only slightly unusual thing about the program is that I was using > signal handlers, which I haven't done a lot of before. Here is the > program, for reference: --snip-- > Anyone want to try to trace this down? Python is not very good at signal handlers.. try not to use them, especially not in the IDE. They're just asking for trouble because signal handlers cause a condition that the interpreter isn't very capable of coping with. I would suggest attempting to do this in another way (i.e. using network sockets to ask your program to open a new file or quit). -bob
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4