This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients Alex.Willmer, gregory.p.smith, vstinner, yan12125
Date 2018-01-29.07:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517211738.51.0.467229070634.issue32705@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-01-29 07:42:18yan12125setrecipients: + yan12125, gregory.p.smith, vstinner, Alex.Willmer
2018-01-29 07:42:18yan12125setmessageid: <1517211738.51.0.467229070634.issue32705@psf.upfronthosting.co.za>
2018-01-29 07:42:18yan12125linkissue32705 messages
2018-01-29 07:42:18yan12125create