-
Notifications
You must be signed in to change notification settings - Fork 551
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.7 failures on 32bit systems #172
Comments
This is weird. The Seems like a bug in Python 3.7 to be honest. |
Actually, the first error I see in the logs is this one:
Changing the type from long to long long fixes that, and then the other errors all disappear. |
Oh. I should have posted full log in the first place. Nice catch! |
Should be fixed in master, please test. Thanks! |
It seems like the bug has been fixed by the commit a68f3c9. Most uvloop tests pass on my 32-bit Ubuntu and Python master (future 3.8). I have a few failures coming from the fact that I didn't install Python, but ran it from the directory where I compiled it from source. |
PYTHONASYNCIODEBUG
in env?: yesThe test suite fails on Python 3.7 on 32bit Linux.
It's a couple of errors (256) but it look like all are related to:
This might be related to reference counting and the fact that weakref is now not loaded at start time:
Why this happens only on 32bits, I have no idea.
The text was updated successfully, but these errors were encountered: