]> granicus.if.org Git - python/commit
It seems obvious that when Py_Finalize() decides that there's nothing
authorGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:00:38 +0000 (22:00 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:00:38 +0000 (22:00 +0000)
commit4cc462e85b1c2c393460e780c314e73691e15852
tree6fe8f698ca6c472ca4fc76c3df42446283e23d03
parentd2dd9a8b7f3446b904600ec5de6945a2d9f5598c
It seems obvious that when Py_Finalize() decides that there's nothing
to do, it should not call sys.exitfunc either...
Python/pythonrun.c