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

_thread.RLock.release is not safe in free-threaded builds #125139

Closed
kumaraditya303 opened this issue Oct 8, 2024 · 1 comment
Closed

_thread.RLock.release is not safe in free-threaded builds #125139

kumaraditya303 opened this issue Oct 8, 2024 · 1 comment
Assignees
Labels
3.14 new features, bugs and security fixes topic-free-threading

Comments

@kumaraditya303
Copy link
Contributor

kumaraditya303 commented Oct 8, 2024

Similar to #117721, _thread.RLock.release is not safe in free-threaded builds, it should be changed to use _PyRecursiveMutex.

cc @colesbury

Linked PRs

@kumaraditya303 kumaraditya303 added 3.13 bugs and security fixes topic-free-threading 3.14 new features, bugs and security fixes labels Oct 8, 2024
@kumaraditya303 kumaraditya303 self-assigned this Oct 8, 2024
@kumaraditya303 kumaraditya303 removed the 3.13 bugs and security fixes label Oct 14, 2024
@kumaraditya303
Copy link
Contributor Author

thanks for reviews Sam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 new features, bugs and security fixes topic-free-threading
Projects
None yet
Development

No branches or pull requests

1 participant