Yury Selivanov added the comment:

Ned, would it be OK to commit this patch after b1?

async/await are scheduled to become real keywords in 3.7.  Right now they are 
only keywords in 'async def' blocks, meaning that it's OK to have a class with 
'async' or 'await' attributes.

So this will be a backwards compatibility breaking change in 3.7.  This patch 
makes Python to emit a warning each time you use async or await as an 
attribute/variable/etc.

----------
nosy: +gvanrossum, ned.deily
priority: normal -> release blocker

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26182>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to