[issue40903] Segfault in new PEG parser

2020-06-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > The new test fails with the old parser: I fixed it this morning in https://github.com/python/cpython/pull/20717 -- ___ Python tracker _

[issue40903] Segfault in new PEG parser

2020-06-08 Thread STINNER Victor
STINNER Victor added the comment: > The new test fails with the old parser: Oh, it's already fixed by: https://github.com/python/cpython/commit/2b33cc3a2509983c4fa7884fa2722bd2e5781e51 -- ___ Python tracker ___

[issue40903] Segfault in new PEG parser

2020-06-08 Thread STINNER Victor
STINNER Victor added the comment: https://buildbot.python.org/all/#builders/765/builds/51 The new test fails with the old parser: ** File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_syntax.py

[issue40903] Segfault in new PEG parser

2020-06-08 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40903] Segfault in new PEG parser

2020-06-08 Thread miss-islington
miss-islington added the comment: New changeset 8df4f3942faf05790efeaf62a8f493aabd181d3f by Miss Islington (bot) in branch '3.9': bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) https://github.com/python/cpython/commit/8df4f3942faf05790efeaf62a8f493aab

[issue40903] Segfault in new PEG parser

2020-06-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +19919 pull_request: https://github.com/python/cpython/pull/20704 ___ Python tracker ___ __

[issue40903] Segfault in new PEG parser

2020-06-07 Thread miss-islington
miss-islington added the comment: New changeset 9f495908c5bd3645ed1af82d7bae6782720dab77 by Pablo Galindo in branch 'master': bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) https://github.com/python/cpython/commit/9f495908c5bd3645ed1af82d7bae6782720da

[issue40903] Segfault in new PEG parser

2020-06-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- assignee: -> pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40903] Segfault in new PEG parser

2020-06-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch nosy: +pablogsal nosy_count: 1.0 -> 2.0 pull_requests: +19912 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20697 ___ Python tracker

[issue40903] Segfault in new PEG parser

2020-06-07 Thread Steve Stagg
New submission from Steve Stagg : The input `p=p=` causes python 3.10 to crash. I bisected the change, and the behavior appears to have been introduced by 16ab07063cb564c1937714bd39d6915172f005b5 (bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) ) Steps to reprodu