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

set_value should be re-entrant adding lock to ensure reentrancy #1117

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

marcus-oscarsson
Copy link
Member

set_value can be called multiple times and as it performs IO can be interrupted by gevent meaning that we have to make sure that its re-entrant.

@marcus-oscarsson
Copy link
Member Author

Looks like the pages build are failing due a depricated GitHub action function. We have not look with the documentation build these days !

@fabcor-maxiv
Copy link
Contributor

Looks like the pages build are failing due a depricated GitHub action function. We have not look with the documentation build these days !

For this one, it was only yesterday that they stopped supporting it, so we were quite responsive :D

We should still have paid attention to the deprecation notice I guess (where? how?), and acted before it starts breaking, though... :D

Copy link
Contributor

@fabcor-maxiv fabcor-maxiv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea about the context, but seems fine

@marcus-oscarsson marcus-oscarsson merged commit 9757d25 into develop Jan 31, 2025
10 checks passed
@marcus-oscarsson marcus-oscarsson deleted the mo-set-value-lock branch January 31, 2025 13:21
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