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 xdegaye
Recipients vstinner, xdegaye, yan12125
Date 2016-12-21.15:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482333122.84.0.804568317318.issue28762@psf.upfronthosting.co.za>
In-reply-to
Content
No, the patch prevents posix.flock() to be defined on Android API 24 with android-ndk-r13. But I plan to change it so that the test is skipped when posix does not have the F_LOCK attribute as this problem is not worth a change in the build machinery. It makes even more sense now that android-ndk-r14 will be released with "Unified Headers". BTW thanks Chi Hsuan Yen for this important information.
History
Date User Action Args
2016-12-21 15:12:02xdegayesetrecipients: + xdegaye, vstinner, yan12125
2016-12-21 15:12:02xdegayesetmessageid: <1482333122.84.0.804568317318.issue28762@psf.upfronthosting.co.za>
2016-12-21 15:12:02xdegayelinkissue28762 messages
2016-12-21 15:12:02xdegayecreate