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.

classification
Title: Python on android must use ashmem instead of shmem
Type: behavior Stage:
Components: Build Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Alex Davies, xdegaye
Priority: normal Keywords:

Created on 2017-07-25 18:31 by Alex Davies, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg299130 - (view) Author: Alex Davies (Alex Davies) Date: 2017-07-25 18:31
```
ERROR! Unexpected Exception: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives 
needed will not function, see issue 3770.
```
History
Date User Action Args
2022-04-11 14:58:49adminsetgithub: 75222
2017-07-25 18:31:38Alex Daviessettitle: Python an android must use ashmem instead of shmem -> Python on android must use ashmem instead of shmem
2017-07-25 18:31:26Alex Daviescreate