-
Notifications
You must be signed in to change notification settings - Fork 1k
urequests: Compatibility with CPython #379
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
Comments
@andrewleech I think this is also still valid for urequests though I haven't tried it on CPython. |
urequests is currently not really compatible with CPython at all. Whether Separately to that, the micropython While that patch from circuitpython works to avoid the |
I don't think it's worth supporting |
Hi there,
when invoking the
urequests
module on CPython, it will croak withwhen starting to write to the socket stream:
This has also been reported on adafruit/Adafruit_CircuitPython_Requests#10 and was fixed by adafruit/Adafruit_CircuitPython_Requests#11.
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: