Closed LemurPwned closed 6 years ago
Important note to self. Windows being stupid cannot recognize static methods while pickling. Mac and Linux somehow do not have problems with accessing static elements of the objects. Therefore, do not use any static or class context in multiprocessing functions!
Furthermore, Windows does have problems with multiple import attemps of the same class. Eg. it tries to import buildVerifier several times which obviously fucks up build verifier for Windows.
Prepare working Windows version. This includes: