python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Stop using 'async' as an identifier (it's a keyword in 3.7) #5

Closed oremanj closed 6 years ago

oremanj commented 6 years ago

Noticed this trying to bring up trio-asyncio on 3.7.0b1. I run into other issues trying to actually install it, probably a setuptools bug (https://github.com/pypa/setuptools/issues/1257), so I've abandoned my attempt for the time being, but figured this fix might be useful regardless.

njsmith commented 6 years ago

BTW the workaround for that setuptools bug is to explicitly pass a zip_safe= argument to setup().

On Feb 8, 2018 10:44, "Matthias Urlichs" notifications@github.com wrote:

Merged #5 https://github.com/python-trio/trio-asyncio/pull/5.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/python-trio/trio-asyncio/pull/5#event-1465222381, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlOaLKOrLa1PC-apF9KkOzmq8NdVa6vks5tS0CRgaJpZM4R-rLU .

njsmith commented 6 years ago

@oremanj Invitation sent as per https://trio.readthedocs.io/en/latest/contributing.html#joining-the-team