Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signal.SIGPIPE not available on Windoze in new versions of Python #83

Open
pfuntner opened this issue Oct 17, 2020 · 1 comment
Open

Comments

@pfuntner
Copy link
Owner

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.

pfuntner pushed a commit that referenced this issue Oct 21, 2020
I had seen this error on recent interpreters on Windows and opened #83 to address it globally.
@pfuntner
Copy link
Owner Author

I addressed this in table.py with 477b349, a prototype that might be used for global changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant