[Python-checkins] r51755 - python/branches/bcannon-objcap/securing_python.txt

Jim Jewett jimjjewett at gmail.com
Wed Sep 6 16:42:57 CEST 2006


On 9/6/06, Nick Coghlan <ncoghlan at gmail.com> wrote:
> brett.cannon wrote:
> > +    - exit() (XXX verify if it kills the interpreter or the process;
> > +      should also check raising SystemExit)

> exit() just raises SystemExit. An unhandled SystemExit then causes the
> interpreter to call the C-level abort().

It also (tries to) close sys.stdin, which is why it (now) works in IDLE.

-jJ


More information about the Python-checkins mailing list