ive opened an issue link. would love to know whats your take on it.
g
glamorous-easter-37147
02/19/2026, 8:29 PM
got it, i am going to take a look
w
wide-beard-36038
02/19/2026, 8:31 PM
My proposed fix:
1. Wrap the while pids loop in try/finally so that temp files for all remaining children are always removed on exit.
2. Explicitly remove the failed child's temp file (already popped from pids) before raising MulticoreException.
3. Use try/except OSError: pass for each removal since the file may have already been cleaned up.
g
glamorous-easter-37147
02/19/2026, 8:36 PM
@wide-beard-36038 please join the #C0AGE0SJPU1 channel