]> granicus.if.org Git - python/commit
SyntaxError__init__(): Be a little more robust when picking apart the
authorFred Drake <fdrake@acm.org>
Wed, 28 Feb 2001 21:52:10 +0000 (21:52 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Feb 2001 21:52:10 +0000 (21:52 +0000)
commit9da7f3b4f44eb4e2c9782f9f73da5e46dc1b9f96
tree2b89adffd1c9744afefb578f6d3f2ec08eb6bbee
parent9c98a428ef2d4ec0084d2cbc327ed2b94e9afe66
SyntaxError__init__():  Be a little more robust when picking apart the
    location information for the SyntaxError -- do not do more than we
    need to, stopping as soon as an exception has been raised.
Python/exceptions.c