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

write_to is not thread-safe #119

Open
mdboom opened this issue Apr 29, 2015 · 0 comments
Open

write_to is not thread-safe #119

mdboom opened this issue Apr 29, 2015 · 0 comments

Comments

@mdboom
Copy link
Contributor

mdboom commented Apr 29, 2015

This is because historically it changed the underlying file descriptor, but as of #118, it doesn't any longer, but it has to fake it because of underlying assumptions elsewhere. (But that's not a regression, write_to never was threadsafe -- it's just that with the new design it no longer has to be). This should all be cleaned up, but at a fairly low priority.

mdboom pushed a commit that referenced this issue Apr 29, 2015
Changed the import from astropy to astropy_helpers
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