[issue40621] Python crashes with new parser on invalid exception handlers

2020-05-14 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> PEG Parser: Invalid targets for augassign and except succeed ___ Python tracker

[issue40621] Python crashes with new parser on invalid exception handlers

2020-05-14 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Thanks for the issue and the PR @hauntsaninja. Unfortunately, I think this is already covered by #20083 and https://bugs.python.org/issue40618 -- nosy: +pablogsal ___ Python tracker

[issue40621] Python crashes with new parser on invalid exception handlers

2020-05-14 Thread Shantanu
Change by Shantanu : -- keywords: +patch pull_requests: +19390 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20086 ___ Python tracker ___ ___

[issue40621] Python crashes with new parser on invalid exception handlers

2020-05-14 Thread Shantanu
New submission from Shantanu : ``` ~/dev/cpython master λ ./python.exe --version --version Python 3.9.0a6+ (heads/master:a15c9b3a05, May 14 2020, 00:31:47) [Clang 11.0.0 (clang-1100.0.33.17)] # should raise a syntax error, instead crashes ~/dev/cpyt