Python concurrent futures ProcessPoolExecutor and global variables: works on Linux, error on MacOS – CentOS
The code example below runs as I thought it should on two Linux machines: using Python 3.6.8 on a large CentOS-based server running Red Hat 4.8.5-39 kernel, and using Python 3.7.3 on my MX-based box running Debian 8.3.0-6 kernel). $…