Supporting a new platform requires a lot work. It would be more reasonable for you to first try to get a good support of the master branch before start thinking how to support Python versions.<br><br>Python 2.7 in 2018? Really? Tick tock:<br><a href="https://pythonclock.org/">https://pythonclock.org/</a><br><a href="http://python3statement.org/">http://python3statement.org/</a><br><br>Usually, we don't support new platforms in CPython without strong support of a core developer. See the PEP 11 for more conditions like buildbot requirement. I suggest you to start working on a fork of CPython and maintain your changes in a branch. Git rebase makes it easy.<br><br>Victor<br><br>Le lundi 30 juillet 2018, Barath Aron <<a href="mailto:baratharon@caesar.elte.hu">baratharon@caesar.elte.hu</a>> a écrit :<br>> On 07/30/2018 10:23 AM, Victor Stinner wrote:<br>>><br>>> Python 3.8 will support os.posix_spawn(). I would like to see it used whenever possible instead of fork+exec, since it's faster and it can be safer on some platforms. Pablo Salgado is your guy for that.<br>>><br>>> Victor<br>><br>> Awesome! Will this backported to 2.7? Or people should forget 2.7?<br>><br>> Aron<br>><br>>