arskom / spyne

A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
http://spyne.io
Other
1.13k stars 313 forks source link

SyntaxError: invalid syntax #640

Closed yang0011102 closed 4 years ago

yang0011102 commented 4 years ago

The problem appears under file 'spyne\server\null.py', line 69 self.service = _FunctionProxy(self, self.app, async=False)

It seems that 'async' is already used by latested version of python

yang0011102 commented 4 years ago

OCH This issue has been fixed in version 2.13