[New-bugs-announce] [issue32705] Current Android does not have posix_spawn

Chih-Hsuan Yen report at bugs.python.org
Mon Jan 29 02:42:18 EST 2018


New submission from Chih-Hsuan Yen <yan12125 at gmail.com>:

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 issue 20104 and Android enthusiasts in CPython

PS. Looks like posix_spawn will be available in Android P (API 28) [2]. For now I propose to disable it in CPython.

[1] https://github.com/yan12125/python3-android/
[2] https://android-review.googlesource.com/c/platform/bionic/+/504842

----------
components: Cross-Build
files: build.log
messages: 311078
nosy: Alex.Willmer, gregory.p.smith, vstinner, yan12125
priority: normal
severity: normal
status: open
title: Current Android does not have posix_spawn
type: compile error
versions: Python 3.7
Added file: https://bugs.python.org/file47416/build.log

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32705>
_______________________________________


More information about the New-bugs-announce mailing list