How are exceptions actually implemented in assembly?

Oleg Broytmann phd at phd.pp.ru
Wed Jan 23 11:39:38 EST 2002


On Wed, Jan 23, 2002 at 08:25:15AM -0800, Hung Jung Lu wrote:
> So, how is C exception handling actually implemented?

   Using setjmp and longjmp functions. Read docs/manuals
(man setjmp and man longjmp should be enough) and code examples.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list