pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
114 stars 44 forks source link

Rename utility function `async` for Python 3.7 #318

Closed davidlatwe closed 5 years ago

davidlatwe commented 5 years ago

Problem

Running Pyblish-QML with Python 3.7 will raise SyntaxError because of the utility function name async (at here) has become a keyword in Python 3.7

This issue was firstly reported at Gitter via Ander Anjos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . :point_up: January 8, 2019 6:19 PM

Discussion

Should rename the function async to some other name like async_ ?

mottosso commented 5 years ago

Fixed! https://github.com/pyblish/pyblish-qml/releases/tag/1.9.3