[issue26924] android: test_concurrent_futures fails

Xavier de Gaye report at bugs.python.org
Wed May 4 11:15:36 EDT 2016


Xavier de Gaye added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26924>
_______________________________________


More information about the Python-bugs-list mailing list