[Pyrex] incomplete type

Bryan Weingarten bryan.weingarten at pobox.com
Fri Oct 24 15:59:51 CEST 2003


greg,   you were right,  the previous build on linux wasn't fully 
cleaned.  good catch.  we've fixed this problem so it won't happen again.

bryan

Greg Ewing wrote:

>>when i execute the play function on windows and press control-c, i'm 
>>able to catch the KeyboardInterrupt and everything works correctly.  
>>when this i run on linux the warning appears after each control-c that 
>>is pressed:
>>
>>Exception exceptions.KeyboardInterrupt in 'mpgedit._callback_wrapper' ignored
>>
>>the callback_wrapper does have the "except *" so i would have thought that th> e above exception would have been handled correctly.  
>>
>>any ideas?
>>    
>>
>
>I just fed your code through the Pyrex compiler, and it
>doesn't generate any code that could possibly produce
>that message.
>
>My best guess is that you have somehow compiled an older
>version of the Pyrex file on linux, from before you
>added the except *.
>
>Greg Ewing, Computer Science Dept, +--------------------------------------+
>University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
>Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
>greg at cosc.canterbury.ac.nz	   +--------------------------------------+
>
>_______________________________________________
>Pyrex mailing list
>Pyrex at lists.copyleft.no
>http://lists.copyleft.no/mailman/listinfo/pyrex
>
>
>  
>





More information about the Pyrex mailing list