-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.5 support #50
Comments
The initial exception doesn't quite look like it has anything to do with Quamash. Where does |
Hm, google said, that it is from aiohttp. Line 32 in job is: response = yield from asyncio.wait_for(
aiohttp.get(task.url),
10,
) This code works fine on 3.4.3 with quamash. You think it is aiohttp issue? |
It does look as if |
What you can do to debug in the meantime is to see if |
Forgot to specify at first, that I'd like you to compare to what happens in Python 3.4, since that works. If the coro is a |
I made test. The |
I think I would try to debug why |
There is duality for python versions: https://github.com/KeepSafe/aiohttp/blob/master/aiohttp/client.py#L413-L417 |
In that case, it looks as if |
Hello, I have the same problem. What are supposed to be contained in gi_code and cr_code ? The ContextManager doesn't look like a coroutine. I think there is a bug when passing the coroutine somewhere in the code... |
I thought it looked like a problem with aiohttp and not quamash? On Fri, Oct 23, 2015 at 9:16 AM, Insoleet [email protected] wrote:
|
@harvimt true. But it can't be tested well, since there is no pyqt for 3.5. I've tested it again (cause aiohttp 18.1 releazed), but nothing changes. |
Oh, missed that traceback change:
|
Without quamash I got:
But this is just cause Windows, I think. Same code with Ubuntu 3.4.3 and 3.5.0 works just fine (it have some OAuth2 exceptions, but it does not matter). What I have done is isolate aiohttp part and run it without qt and quamash. |
I handled to reproduce the bug with aiohttp without quamash in aio-libs/aiohttp#590 . |
@Insoleet brilliant! 👍 |
Please close the issue, fixed by aiohttp 0.18.3 release. |
Thanks for awesome project 👍
When will quamash start working with python 3.5 on windows? Is it stopped by missed binary packages PyQt 5.5.1 (will support 3.5), which stopped by Qt 5.5.1?
My app works fine on ubuntu with python 3.4.3 and PyQt 5.5, and have some known troubles with https on windows (cause event loop, as far as I remember). Right now I have windows python 3.5 + PyQt 5.5.1-snapshot builded from source and get such traceback (it is not about https part):
The text was updated successfully, but these errors were encountered: