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

Change Index.setdefault to use get(); add() loop #51

Closed
grantjenks opened this issue Aug 24, 2017 · 1 comment
Closed

Change Index.setdefault to use get(); add() loop #51

grantjenks opened this issue Aug 24, 2017 · 1 comment

Comments

@grantjenks
Copy link
Owner

Change DiskCache Index.setdefault() to use loop { get(); add() }. Current implementation is not atomic.

@grantjenks grantjenks mentioned this issue Dec 11, 2017
6 tasks
@grantjenks
Copy link
Owner Author

Committed at b01c97b. To be deployed in v3 to PyPI.

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

No branches or pull requests

1 participant