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 Alex.Willmer, berker.peksag, bquinlan, xdegaye
Date 2016-05-04.15:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462374936.94.0.944096248201.issue26924@psf.upfronthosting.co.za>
In-reply-to
Content
Patch tested, it does not fix the problem.
This is because in pyconfig.h:
/* Define to 1 if you have the `sem_unlink' function. */
#define HAVE_SEM_UNLINK 1

Android declares the function but does not implement it. This is not the only case, for example issue #26857.
History
Date User Action Args
2016-05-04 15:15:36xdegayesetrecipients: + xdegaye, bquinlan, berker.peksag, Alex.Willmer
2016-05-04 15:15:36xdegayesetmessageid: <1462374936.94.0.944096248201.issue26924@psf.upfronthosting.co.za>
2016-05-04 15:15:36xdegayelinkissue26924 messages
2016-05-04 15:15:36xdegayecreate