[issue40493] Pegen can't parse some function type comments

2020-05-03 Thread Guido van Rossum
Change by Guido van Rossum : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40493] Pegen can't parse some function type comments

2020-05-03 Thread miss-islington
miss-islington added the comment: New changeset 603d3546264149f323edb7952b60075fb6bc4dc2 by Shantanu in branch 'master': bpo-40493: fix function type comment parsing (GH-19894) https://github.com/python/cpython/commit/603d3546264149f323edb7952b60075fb6bc4dc2 -- nosy:

[issue40493] Pegen can't parse some function type comments

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

[issue40493] Pegen can't parse some function type comments

2020-05-03 Thread Shantanu
New submission from Shantanu : Currently fails if we don't have any arguments before *args and **kwargs ``` ~ λ python3.9 Python 3.9.0a6+ (heads/master:c95e691, May 3 2020, 19:57:46) [Clang 11.0.0 (clang-1100.0.33.17)] on darwin Type "help", "copyright", "credits" or "license" for more