]> granicus.if.org Git - python/commit
Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr
authorGuido van Rossum <guido@python.org>
Fri, 3 Apr 1998 21:12:12 +0000 (21:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Apr 1998 21:12:12 +0000 (21:12 +0000)
commitbf02fb28d9f9c6b28c1bf7be56ce87924f5742dd
tree034e09b4e4203f1897888edc9bcd7fa509330e98
parent6deac7a1056aeab17b1c7aeda99761cd1b2fd35d
Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr
and not to C's stderr.
Python/pythonrun.c