Inti Pelupessy
Inti Pelupessy
needs to be checked
I don't think its a big problem since the async are class methods?? (there are other collisions in the code..)
we can maybe gather those here?
new option for async as keyword argument to function calls (#339 )
ok, asyncawait was introduced in 3.5 and 3.6 but 3.7 makes it reserved..so will change
async is fixed (4b48747)
other cases (not specific to python 3): - object - format - callable
i think for "object" as used in the interface definitions (define_parameters, define_methods etc ) this can be replaced by "handler" (these instances of amuse.support.interface.HandleParameters etc)
work in progress