We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a side note, all the Python versions we support now implement sendfile fallback so its likely our sendfile fallback code is no longer needed.
Originally posted by @bdraco in #10095 (comment)
The text was updated successfully, but these errors were encountered:
It looks like we have an env var to turn off SENDFILE for ancient versions of virtualbox
#628
https://www.virtualbox.org/ticket/12597 https://www.virtualbox.org/ticket/9069
Sorry, something went wrong.
History #628 #629
That bug has been fixed in virtualbox for 6 years now.
I think we can get rid of it in 4.x but keep in in 3.x
Should we care about 6 years old virtualbox? Code cleanup matters for me in terms of the maintenance cost.
We also don't want to accidentally break existing systems, so dropping it from v4 sounds like a safe move with minimal maintenance cost.
bdraco
No branches or pull requests
Originally posted by @bdraco in #10095 (comment)
The text was updated successfully, but these errors were encountered: