-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Python bindings: we should remove mappings for http_seeds #6136
Comments
mailing list announcement here. |
Ahhh, I see IMO, once a feature is "vestigial" (function exists but has no effect), it can be removed from python bindings altogether. It shouldn't break any python clients until they go to call the function. At that point they'd break anyway if they depend on the effect |
(I'm assuming you only kept http_seeds in the C++ code to avoid link errors, which doesn't apply to python) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
unstale |
Actually, never mind. As I look through it, I can think of a lot of ways an app might touch We should still deprecate |
Also
write_resume_data()
doesn't seem to writehttp_seeds
andread_resume_data()
doesn't read it.This doesn't appear to be a python bindings issue, the C++ code just drops the value. I know
http_seeds
is deprecated, but is it intended to be dropped?The text was updated successfully, but these errors were encountered: