• Kevin Modzelewski's avatar
    'raise Exception' behaves the same as 'raise Exception()' · 14b247f7
    Kevin Modzelewski authored
    The python stdlib apparently uses a bunch of old-style ways
    of doing things.
    
    Instead of doing the throwing directly in the generated IR, call
    a runtime function raise1 which will take care of the semantics
    of checking the type of the raised object, etc.
    14b247f7
runtime_hooks.h 2.09 KB