Message 264824 - Python tracker
Message264824
| 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:36 | xdegaye | set | recipients: + xdegaye, bquinlan, berker.peksag, Alex.Willmer |
| 2016-05-04 15:15:36 | xdegaye | set | messageid: <1462374936.94.0.944096248201.issue26924@psf.upfronthosting.co.za> |
| 2016-05-04 15:15:36 | xdegaye | link | issue26924 messages |
| 2016-05-04 15:15:36 | xdegaye | create | |