commit | 25a6833f7945f14cad83509ec73954d0ad70bdb1 | [log] [tgz] |
---|---|---|
author | Chih-Hsuan Yen <yan12125@gmail.com> | Tue Apr 14 06:00:16 2020 +0800 |
committer | GitHub <noreply@github.com> | Mon Apr 13 15:00:16 2020 -0700 |
tree | 62c09af8acb25bd7cd4d94709c38775314b18a3e | |
parent | 0c13e1f96a9487e0efe63c3d3a05ff9738bd7dac [diff] |
bpo-39481: fix test_genericalias on Android (GH-19469) Android bionic does not implement shm_open/shm_unlink [1]. As a result _posixshmem extension does not exist and multiprocessing.shared_memory cannot be imported. [1] https://android.googlesource.com/platform/bionic/+/master/docs/status.md