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
Currently, a signal handler may be invoked while another one is running.
This resulted in a race when two concurrent python functions attempted
to read from and write to the same file.
This commit fixes#174.
0 commit comments