]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Finishing touch to Ping's changes. This is a patch that Ping sent me
authorGuido van Rossum <guido@python.org>
Fri, 23 Mar 2001 17:54:43 +0000 (17:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Mar 2001 17:54:43 +0000 (17:54 +0000)
commit66e8e86cf8a2f48a4aca1b05cef7fa7f6dd3ca48
tree1bb46efaedd2892a9310e193a641286f7e99d7eb
parent62d248892f8782d01cfeb1951d53eaeac81750fe
Finishing touch to Ping's changes.  This is a patch that Ping sent me
but apparently he had to go to school, so I am checking it in for him.

This makes PyRun_HandleSystemExit() a static instead, called
handle_system_exit(), and let it use the current exception rather than
passing in an exception.  This slightly simplifies the code.
Python/pythonrun.c