]> granicus.if.org Git - python/commit
PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer
authorBarry Warsaw <barry@python.org>
Tue, 26 Aug 1997 18:09:48 +0000 (18:09 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 26 Aug 1997 18:09:48 +0000 (18:09 +0000)
commit36b8f945e794e8483a185db3b6847c083a724e44
tree89451be82bc5d8934d8c153ff6ffa7d7efbe9676
parent26726fe52335d597685cae3246cb1a414e6ec00f
PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer
compares to test for SystemExit and SyntaxError.
Python/pythonrun.c