kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

Fix AnyIO (and asks) support #803

Closed Cheaterman closed 1 year ago

Cheaterman commented 1 year ago

See https://github.com/agronholm/anyio/blob/dcb2f2006870c2cb438962798d0f3bd54bd0515a/src/anyio/_core/_subprocesses.py#LL6C1-L6C75

Cheaterman commented 1 year ago

Pleasure :-) in an ideal world we'd list symbols using eg print(globals()) at the end of subprocess.py but I think it's fine to add them on a as-needed basis as long as we keep this issue in mind.

EDIT: There probably aren't a whole lot missing anymore anyway haha