]> granicus.if.org Git - python/commit
Variant of patch #697613: don't exit the interpreter on a SystemExit
authorGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 00:34:46 +0000 (00:34 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 00:34:46 +0000 (00:34 +0000)
commit49aafc9f2ce7d41be677cdefbcf0af6d9bd1e752
treea5bcc5b8ae7b3a3c639510619726f680cf241c37
parent8537c303c796f42b0375922d2d8a17f3ebcb465a
Variant of patch #697613: don't exit the interpreter on a SystemExit
exception if the -i command line option or PYTHONINSPECT environment
variable is given, but break into the interactive interpreter just like
on other exceptions or normal program exit.
 (backport)
Include/pydebug.h
Misc/NEWS
Modules/main.c
Python/pythonrun.c