• Kevin Modzelewski's avatar
    capi exceptions fixes · 76c861ad
    Kevin Modzelewski authored
    We got away with sloppy exception clearing in some places, since
    raiseExcHelper would end up calling typeCall which would re-throw
    the capi exception that hadn't been cleared.
    
    Now that typeCall doesn't do that (which is fine), those bugs got
    exposed.
    76c861ad
list.cpp 35.6 KB