From 724b0b6ca493c67a3b98e514a4f20635decdcd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Poisson?= Date: Wed, 24 Oct 2018 08:27:15 +0200 Subject: [PATCH] removed mmap from blacklist mmap was blacklisted, but it is actually useful, e.g. to communicate between a frontend and a service. This patch remove it from blacklists. --- pythonforandroid/bootstraps/pygame/build/blacklist.txt | 1 - pythonforandroid/bootstraps/sdl2/build/blacklist.txt | 1 - pythonforandroid/bootstraps/service_only/build/blacklist.txt | 1 - pythonforandroid/bootstraps/webview/build/blacklist.txt | 1 - 4 files changed, 4 deletions(-) diff --git a/pythonforandroid/bootstraps/pygame/build/blacklist.txt b/pythonforandroid/bootstraps/pygame/build/blacklist.txt index 7102803694..bacd1a885b 100644 --- a/pythonforandroid/bootstraps/pygame/build/blacklist.txt +++ b/pythonforandroid/bootstraps/pygame/build/blacklist.txt @@ -78,7 +78,6 @@ multiprocessing/dummy* lib-dynload/termios.so lib-dynload/_lsprof.so lib-dynload/*audioop.so -lib-dynload/mmap.so lib-dynload/_hotshot.so lib-dynload/_csv.so lib-dynload/_heapq.so diff --git a/pythonforandroid/bootstraps/sdl2/build/blacklist.txt b/pythonforandroid/bootstraps/sdl2/build/blacklist.txt index 3d596e44cd..96f8af8133 100644 --- a/pythonforandroid/bootstraps/sdl2/build/blacklist.txt +++ b/pythonforandroid/bootstraps/sdl2/build/blacklist.txt @@ -69,7 +69,6 @@ multiprocessing/dummy* lib-dynload/termios.so lib-dynload/_lsprof.so lib-dynload/*audioop.so -lib-dynload/mmap.so lib-dynload/_hotshot.so lib-dynload/_heapq.so lib-dynload/_json.so diff --git a/pythonforandroid/bootstraps/service_only/build/blacklist.txt b/pythonforandroid/bootstraps/service_only/build/blacklist.txt index d220d2a2ae..f5d05d44d5 100644 --- a/pythonforandroid/bootstraps/service_only/build/blacklist.txt +++ b/pythonforandroid/bootstraps/service_only/build/blacklist.txt @@ -69,7 +69,6 @@ multiprocessing/dummy* lib-dynload/termios.so lib-dynload/_lsprof.so lib-dynload/*audioop.so -lib-dynload/mmap.so lib-dynload/_hotshot.so lib-dynload/_heapq.so lib-dynload/_json.so diff --git a/pythonforandroid/bootstraps/webview/build/blacklist.txt b/pythonforandroid/bootstraps/webview/build/blacklist.txt index d220d2a2ae..f5d05d44d5 100644 --- a/pythonforandroid/bootstraps/webview/build/blacklist.txt +++ b/pythonforandroid/bootstraps/webview/build/blacklist.txt @@ -69,7 +69,6 @@ multiprocessing/dummy* lib-dynload/termios.so lib-dynload/_lsprof.so lib-dynload/*audioop.so -lib-dynload/mmap.so lib-dynload/_hotshot.so lib-dynload/_heapq.so lib-dynload/_json.so