holzschu / python3_ios

Python-3.7.1, ported to iOS, with workaround for fork/exec
BSD 3-Clause "New" or "Revised" License
134 stars 64 forks source link

Python 3.8 #7

Open kkebo opened 5 years ago

kkebo commented 5 years ago

@ColdGrub1384's Pyto has accomplished running Python 3.8 on ios_system, so it should be able to bring his great accomplishment to this repository.

holzschu commented 5 years ago

Hi, it is noted and added to the list of things to do. To get an idea of the priority I should give to it, what are the great benefits of Python 3.8 compared to 3.7?

kkebo commented 5 years ago

@holzschu Thanks. I think it is not so high priority, but it may become an advantage of ios_system if it is possible to provide the upgrades of Python constantly.

Personally, I want to use Assignment Expression of Python 3.8.