[issue32705] Current Android does not have posix_spawn

2018-01-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: likely. i don't have an android build, please reopen if there are still android posix_spawn related build issues. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32705] Current Android does not have posix_spawn

2018-01-29 Thread Chih-Hsuan Yen
Chih-Hsuan Yen added the comment: With https://github.com/python/cpython/pull/5418 merged, I guess this issue can be closed? -- ___ Python tracker ___

[issue32705] Current Android does not have posix_spawn

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8997f9cd1a59f04fbb8c7b590295a9f38c548744 by Victor Stinner (Chih-Hsuan Yen) in branch 'master': bpo-32705: Current Android does not have posix_spawn (#5413) https://github.com/python/cpython/commit/8997f9cd1a59f04fbb8c7b590295a9f38c548744 -

[issue32705] Current Android does not have posix_spawn

2018-01-28 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- keywords: +patch pull_requests: +5247 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32705] Current Android does not have posix_spawn

2018-01-28 Thread Chih-Hsuan Yen
New submission from Chih-Hsuan Yen : Currently Android does not have posix_spawn, thus posixmodule.c does not build. Build log attached. I'll create a patch for this. Testing environment: my building scripts [1] + Android NDK r16b Building target: ARM64, android-21 /cc Primary reviewer of issu