We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabd610 commit 399dffdCopy full SHA for 399dffd
src/world.py
@@ -65,7 +65,7 @@ def __init__(self, *args, **kwargs):
65
log.debug('Spawning thread %q.', self.getName())
66
67
processesSpawned = 1 # Starts at one for the initial process.
68
-class SupyProcess(multiprocessing.Process):
+class SupyProcess(multiprocessing.get_context('fork').Process):
69
def __init__(self, *args, **kwargs):
70
global processesSpawned
71
processesSpawned += 1
0 commit comments