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

Remove Cached Property from vendor #5249

Merged
merged 1 commit into from
Aug 14, 2022
Merged

Remove Cached Property from vendor #5249

merged 1 commit into from
Aug 14, 2022

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Aug 13, 2022

The class cached_property is available in the Python STL from version 3.8 onwards. In addition, it is redifend in included libraries, so we can just use it from there.

The class cached_property is available in the Python STL from
version 3.8 onwards. In addition, it is redifend in included libraries
so we can just use it from there.
@oz123 oz123 requested a review from matteius August 13, 2022 21:14
@matteius matteius merged commit 3cfdf79 into main Aug 14, 2022
@matteius matteius deleted the remove-cached-property branch August 14, 2022 03:04
yeisonvargasf pushed a commit to yeisonvargasf/pipenv that referenced this pull request Nov 19, 2022
The class cached_property is available in the Python STL from
version 3.8 onwards. In addition, it is redifend in included libraries
so we can just use it from there.
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

Successfully merging this pull request may close these issues.

2 participants