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
I believe I've seen an issue where recent versions of Python do not have signal.SIGPIPE on Windoze. I added this to python/basic recently so it's going to turn up in a lot of new tools. I guess I need to add code to set up the SIGPIPE catcher on Windoze.
The text was updated successfully, but these errors were encountered:
I believe I've seen an issue where recent versions of Python do not have
signal.SIGPIPE
on Windoze. I added this topython/basic
recently so it's going to turn up in a lot of new tools. I guess I need to add code to set up the SIGPIPE catcher on Windoze.The text was updated successfully, but these errors were encountered: