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, berker.peksag, offby1, sxsns243, vstinner, yan12125
Date 2018-01-30.06:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517294184.16.0.467229070634.issue28914@psf.upfronthosting.co.za>
In-reply-to
Content
As a side note, EPOLL_CLOEXEC is also missing on Android if *both* of the following conditions hold:

1. The build target is Android API < 21 (issue 32654)
2. Android NDK r15 or newer is used

The second condition is related to a workaround in NDK [1]. For now it's proposed to use NDK r14 to build CPython [2], so this issue can be left to the future. I've also asked if the relevant workaround in NDK can be reverted [3].

[1] https://android-review.googlesource.com/c/platform/bionic/+/401372
[2] https://github.com/python/cpython/pull/1629
[3] https://github.com/android-ndk/ndk/issues/302#issuecomment-361488327
History
Date User Action Args
2018-01-30 06:36:24yan12125setrecipients: + yan12125, vstinner, offby1, berker.peksag, Alex.Willmer, sxsns243
2018-01-30 06:36:24yan12125setmessageid: <1517294184.16.0.467229070634.issue28914@psf.upfronthosting.co.za>
2018-01-30 06:36:24yan12125linkissue28914 messages
2018-01-30 06:36:23yan12125create