[issue32126] [asyncio] test failure when the platform lacks a functional sem_open()

2017-11-26 Thread Xavier de Gaye
Change by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32126] [asyncio] test failure when the platform lacks a functional sem_open()

2017-11-26 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset a6fba9b827e395fc9583c07bc2d15cd11f684439 by xdegaye in branch 'master': bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) https://github.com/python/cpython/commit/a6fba9b827e395fc9583c07bc2d15cd11f684439

[issue32126] [asyncio] test failure when the platform lacks a functional sem_open()

2017-11-25 Thread Xavier de Gaye
Change by Xavier de Gaye : -- keywords: +patch pull_requests: +4487 stage: needs patch -> patch review ___ Python tracker ___

[issue32126] [asyncio] test failure when the platform lacks a functional sem_open()

2017-11-24 Thread Xavier de Gaye
Xavier de Gaye added the comment: See also the related issues: #3770: test_multiprocessing fails on systems with HAVE_SEM_OPEN=0 #28668: instanciation of multiprocessing.Queue raises ImportError in test_logging #26924: android: test_concurrent_futures fails --

[issue32126] [asyncio] test failure when the platform lacks a functional sem_open()

2017-11-24 Thread Xavier de Gaye
New submission from Xavier de Gaye : test_get_event_loop_new_process fails on Android API 24 with the error: == ERROR: test_get_event_loop_new_process (test.test_asyncio.test_events.EPollEventLoopTests)