You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a _huge_ concern, but if you're printing tracebacks from multiple processes the outputs can get interleaved. You might want a lock to prevent that: https://docs.python.org/3/library/multiprocessing.html#synchronization-between-processes
Originally posted by @nwiltsie in #86 (comment)
The text was updated successfully, but these errors were encountered: