-
Notifications
You must be signed in to change notification settings - Fork 135
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
Android CPython upstreaming #980
Comments
The existing patches are here. Should upstream:
No need to upstream:
|
Most of the stdlib monkey patches aren't worth upstreaming, except for:
|
@freakboy3742: Following up on beeware/Python-Android-support#8, here are some notes on
Overall, I agree it would be better if it wasn't Based on the existing platforms:
Someone at PyCon suggested
Although I don't think the documentation has ever suggested using Other platform indicators:
|
PEP 730 has now been created, proposing a |
After updating the tests as shown on the android-test branch, we still have the following failures on Python 3.12.1 with Chaquopy: Known solution:
Unknown solution:
|
I've pushed the test updates to the android-test branch in my CPython fork. And I'll create separate branches there for Chaquopy's existing CPython patches, in preparation for turning them into pull requests. |
Continued in python/cpython#116622. |
@freakboy3742: Let's use this issue as a place to keep notes before we approach the CPython core team.
Related:
The text was updated successfully, but these errors were encountered: