Hi,

some of the new code in pyrapi2.pyx in librapi2 seems to have a minor
error:

pyrexc ./pyrapi2.pyx -o ./pyrapi2.c
/var/tmp/portage/app-pda/synce-librapi2-9999/work/trunk/python/./pyrapi2.pyx:527:9:
 Reraise not inside except clause

the lines are:

    #TODO: ERROR HANDLING!
    def closeHandle(self, hObject):
     retval = CeCloseHandle( hObject ) 
     #Non-zero indicates success, zero indicates failure
     if retval == 0:
         raise

It appears this code isn't in 3117, but is in 3119.

thanks :)
-- 
Iain Buchanan <iain at pcorp dot com dot au>

He's taking funny talk.

                -- Homer Simpson
                   Like Father, Like Clown



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to