]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39481: fix test_genericalias on Android (GH-19469)
authorChih-Hsuan Yen <yan12125@gmail.com>
Mon, 13 Apr 2020 22:00:16 +0000 (06:00 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 22:00:16 +0000 (15:00 -0700)
commit25a6833f7945f14cad83509ec73954d0ad70bdb1
tree62c09af8acb25bd7cd4d94709c38775314b18a3e
parent0c13e1f96a9487e0efe63c3d3a05ff9738bd7dac
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
Lib/test/test_genericalias.py