Fantix King
Fantix King
I would firstly try debugging with: ``` curl -v https://packages.edgedb.com/archive/.jsonindexes/x86_64-unknown-linux-gnu.json > /dev/null ``` in order to see if the connection is alright. (Detail: because the EdgeDB CLI itself is quite...
@bigreat the tp_finalize thing seems to be a new feature in Cython 0.20. Is it the version you are using? I've been doing a pip install 'cython
Thanks for trying this out!
@bigreat building on Ubuntu gave me the same result as yours. I'll take a look at those tests, thanks for trying out! Btw are you using my master for the...
@bigreat hm yeah, these failures are new after I copy those tests from stdlib to `greentests/3.3/` ... there was also some other failures after I switched to Denis'es socket/ssl module...
This is fixed in #600
yeah that error in CI looks like an old flake
> Checking in on this. Would be useful to use this in an large open source project supporting AWS runtimes. Any luck to upgrade to use Python 3.7? I think...
Ouch, sorry to hear that. Unfortunately I don't think this PR will go any further, projects on 3.6 would have to hammer in [similar hacks](https://github.com/python-gino/gino/blob/6218b902cc8a31198f1a0b42d67e689140b68c8b/src/gino/aiocontextvars.py) by themselves I'm afraid.
Could we please keep this issue open before asyncio support lands? I'd like to reference this issue, but a closed one seems a little bit weird. 😈