[issue24573] Using multiprocessing with tkinter frames in Python 3.4.3 crashes in OS X
Topher Kessler added the comment: Yeah it is a bug in OS X, fixed by setting the python multiprocessing start method to 'forkserver' instead of the default fork. -- ___ Python tracker <http://bugs.python.o
[issue24573] Using multiprocessing with tkinter frames in Python 3.4.3 crashes in OS X
New submission from Topher Kessler: There may be a bug in how tkinter frames are handled when called in multiple processes in OS X. I am trying to run a simple script that defines a new Frame subclass and then attempts to call it multiple times in separate processes using the multiprocessing