DEBSOURCES
Skip Quicknav
sources / jython / 2.5.3-3%2Bdeb8u1 / bugtests / test333s2.py
123456789
import sys def myfunc(): print "myfunc" sys.exitfunc = myfunc sys.exit(42)