Message 338805 - Python tracker (original) (raw)
Could you provide a minimal reproducer script? With multiprocessing involved, I'd suspect some issue with data sharing (Windows can't fork after all, so it's possible something is involved there).
I see nothing obvious in the _tkinter module that would explain this, which leaves Tk itself or multiprocess communications as the likely cause; a repro script would at least guide investigation.