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 comments
Sort by
Date
Votes
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.
Please sign in to leave a comment.