Skip to content

Fix multiprocessing on Windows

username-removed-23642 requested to merge schlamar/flake8:fix-mp-win-3.0 into master

Related to: #184 (closed)

I'm still running into #179 (closed) with this fix but all processes start now at least.

BTW the current design is pretty bad regarding memory footprint and bootstrap time as you have to pickle the manager object for every subprocess. So this does not only fix multiprocessing on Windows. It improves the multiprocessing design on other platforms, too.

Merge request reports