After #99160, the SyntaxError points to the try keyword, but I think it would be relatively easy to make it point to the except or except* (whichever one is responsible for the SyntaxError) by extracting different alternatives. Do you think that pointing to the try is good enough? @iritkatriel @pablogsal
After #99160, the
SyntaxErrorpoints to thetrykeyword, but I think it would be relatively easy to make it point to theexceptorexcept*(whichever one is responsible for theSyntaxError) by extracting different alternatives. Do you think that pointing to thetryis good enough? @iritkatriel @pablogsal