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