scrapinghub / frontera

A scalable frontier for web crawlers
BSD 3-Clause "New" or "Revised" License
1.29k stars 216 forks source link

Python 3.7 support #336

Closed gastlich closed 4 years ago

gastlich commented 6 years ago

Python 3.7 introduced new reserved keywords async and await, which makes frontera unusable on the newest python, because of module called async located under following path:

https://github.com/scrapinghub/frontera/blob/master/frontera/utils/async.py

sibiryakov commented 6 years ago

Thank you @gastlich it should be easy to solve

sibiryakov commented 6 years ago

It should be fixed in latest (v0.8) release. Could you check @gastlich ?

suzil commented 4 years ago

I can confirm this is no longer an issue at least with Travis tests #379