[issue26932] RTLD_* macros are not defined on Android

2016-05-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: > Xavier, please check that issues with ctypes and threading are not gone. No ctypes still crashes and threading still hangs. -- ___ Python tracker ___

[issue26932] RTLD_* macros are not defined on Android

2016-05-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: > I will enter a separate issue for test_getgroups and reference it here as > well as in issue #26865. issue #26944: android: test_posix fails. -- ___ Python tracker _

[issue26932] RTLD_* macros are not defined on Android

2016-05-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: test_rtld_constants is now ok at the tip of the default branch. Thanks Chi Hsuan Yen. I will enter a separate issue for test_getgroups and reference it here as well as in issue #26865. -- ___ Python tracker

[issue26932] RTLD_* macros are not defined on Android

2016-05-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Xavier, please check that issues with ctypes and threading are not gone. -- ___ Python tracker ___ ___

[issue26932] RTLD_* macros are not defined on Android

2016-05-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Chi Hsuan Yen. Please open separate issue for "id -G". -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue26932] RTLD_* macros are not defined on Android

2016-05-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 811ccdee6f87 by Serhiy Storchaka in branch 'default': Issue #26932: Fixed support of RTLD_* constants defined as enum values, https://hg.python.org/cpython/rev/811ccdee6f87 -- nosy: +python-dev ___ Python

[issue26932] RTLD_* macros are not defined on Android

2016-05-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge, pitrou stage: -> patch review title: android: test_posix fails -> RTLD_* macros are not defined on Android ___ Python tracker __