[issue36961] ast_unparser.c doesn't handle PEP570

2019-05-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue36961] ast_unparser.c doesn't handle PEP570

2019-05-18 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset da6129e821099c1372d511a11d18af83d6d5d128 by Pablo Galindo in branch 'master': bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) https://github.com/python/cpython/commit/da6129e821099c1372d511a11d18af83d6d5d128 -

[issue36961] ast_unparser.c doesn't handle PEP570

2019-05-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +13323 stage: -> patch review ___ Python tracker ___ ___ Pytho

[issue36961] ast_unparser.c doesn't handle PEP570

2019-05-18 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : Any line in test_annotations() containing positional-only markers in Lib/test/test_future.py will fail: eq('lambda x, /: x') Run tests sequentially 0:00:00 load avg: 0.71 [1/1] test_future test test_future failed -- Traceback (most recent cal