irmen / Pyro4

Pyro 4.x - Python remote objects

Home Page:http://pyro4.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async and await will be keyword in python 3.7 -> syntaxerror

irmen opened this issue · comments

See https://www.python.org/dev/peps/pep-0492/#deprecation-plans

will have to rename Pyro4.core.async to something else (and the keyword argument async as well)

Unfortunately, due to it being a syntaxerror, we cannot keep the old name around for older code
❗️ todo: update docs and examples to reference the change in name to asyncproxy/asynchronous