sailfish-team / sailfish

Lattice Boltzmann (LBM) simulation package for GPUs (CUDA, OpenCL)
http://sailfish.us.edu.pl
233 stars 85 forks source link

Resolved python 3.7 'async' keyword problem #48

Open b1es opened 5 years ago

b1es commented 5 years ago

In python 3.7, 'async' is a reserved keyword Changing function parameters name from 'asyn' to 'asynchronous' Added a decorator, that let keep old API, but deprecate it