[issue24227] IndentationError caused by async / await changes in parser

2015-05-18 Thread Zachary Ware
Zachary Ware added the comment: Duplicate of #24226. -- nosy: +zach.ware resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> [3.5 Regression] unable to byte-compile the attached IN.py ___ Python tracker

[issue24227] IndentationError caused by async / await changes in parser

2015-05-18 Thread Yury Selivanov
Changes by Yury Selivanov : -- assignee: -> yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue24227] IndentationError caused by async / await changes in parser

2015-05-18 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis: Revision eeeb666a5365 causes "IndentationError: too many levels of indentation" sometimes, e.g. in regenerated IN.py module (e.g. Lib/plat-linux/IN.py). $ ./python -c 'import IN' Traceback (most recent call last): File "", line 1, in