-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Should scrapy.utils.python.WeakKeyCache
be deprecated?
#4684
Comments
Looks like its (last) usage was removed in 332bf3b |
I can clean this up. Is it up for grabs? Can someone assign this to me, please? This would be my first open-source contribution :) |
@kshitijcode No need to ask first, feel free to go ahead! 🙂 |
@Gallaecio @wRAR Tests pass successfully locally after adding |
@kshitijcode the test failure is unrelated to your changes, I've created #4702 to track it |
Code cleanup scrapy.utils.python.WeakKeyCache #4684
Summary
I can't find any reference to
scrapy.utils.python.WeakKeyCache
(except in tests) and I think that it should be deprecated.Motivation
Keeping non-used and non-documented code makes the codebase harder to maintain.
Describe alternatives you've considered
As it's tested we could keep it, but I don't think it's a good idea.
The text was updated successfully, but these errors were encountered: