[issue36826] ast_unparser.c doesn't handle := expressions

2019-05-18 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Thanks for the patch Batuhan! -- nosy: +pablogsal resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36826] ast_unparser.c doesn't handle := expressions

2019-05-15 Thread Batuhan
Change by Batuhan : -- keywords: +patch pull_requests: +13249 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36826] ast_unparser.c doesn't handle := expressions

2019-05-15 Thread Batuhan
Batuhan added the comment: I have patch, i'm going to submit it. -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list

[issue36826] ast_unparser.c doesn't handle := expressions

2019-05-07 Thread Eric V. Smith
New submission from Eric V. Smith : If either of these lines are added to test_annotations() in Lib/test/test_future.py, a SystemError will be raised: eq("(x:=10)") eq("f'{(x:=10):=10}'") Traceback (most recent call last): File