Chih-Hsuan Yen <yan12...@gmail.com> added the comment:

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

----------
components: +Build, Cross-Build
nosy: +Alex.Willmer, yan12125

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue28914>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to