We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pathlib
functools
lru_cache
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
There's this line in pathlib right now:
cpython/Lib/pathlib.py
Lines 218 to 219 in 018b248
It was added 9 years ago as part of 31119e4
But, functools at this moment always has this function. It is widely used in other modules.
The text was updated successfully, but these errors were encountered:
pythongh-98884: [pathlib] remove hasattr check for lru_cache
hasattr
58f13dd
gh-98884: [pathlib] remove hasattr check for lru_cache (#98885)
e3b9832
Fixed in #98885. Thanks @sobolevn!
Sorry, something went wrong.
sobolevn
No branches or pull requests
There's this line in
pathlib
right now:cpython/Lib/pathlib.py
Lines 218 to 219 in 018b248
It was added 9 years ago as part of 31119e4
But,
functools
at this moment always has this function. It is widely used in other modules.The text was updated successfully, but these errors were encountered: