async/await PEP 492
Does anyone know when Pycharm will support async/await syntax?
Python 3.5 has already released and we can use it.
Nowadays, Pycharm displays async/await syntax wrongly, and does debugging incorrectly.
Python 3.5 has already released and we can use it.
Nowadays, Pycharm displays async/await syntax wrongly, and does debugging incorrectly.
3 条评论
排序方式
日期
投票数
Hi, async/await syntax will be supported in PyCharm 5.0 EAP which will be published soon. Could you please describe which problems do you have while debugging?
As an FYI, the PyCharm 3.5 EAP opened yesterday.
when i want to move to next line (F8), pycharm goes out from function on operator await. while pudb works well in this case.
请先登录再写评论。